Thread pattern matching - oh god (5 answers)
Opened by misuzu at 2004-03-25 15:20

misuzu
 2004-03-25 15:20
#81219 #81219
User since
2004-02-17
16 Artikel
BenutzerIn
[default_avatar]
hi,

habe folgendes regexp problem -
was ich einfach nicht gelöst bekomme

Code: (dl )
1
2
3
4
5
my $url = "order.jsp";my $content;
if ($content = get($url)){
    if($content =~ regexp) {
    print $wert  
}                


ich hole mir eine seite soweit so gut.

so jetzt möchte ich einen "WERT" rausfischen :

im quelltext vom order.jsp:\n\n

<!--EDIT|misuzu|1080679455-->

View full thread pattern matching - oh god