Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
what is this code doing. i dont understand what the regex part should match withdie "cant find key\n" unless ($text->as_string() =~ /KEY=([^&]+)\&/); my $key = $1;
|
---|
Replies are listed 'Best First'. | |
---|---|
(jeffa) Re: A regex I cant get my head around
by jeffa (Bishop) on Aug 03, 2002 at 20:56 UTC | |
by Anonymous Monk on Aug 03, 2002 at 21:08 UTC | |
by jeffa (Bishop) on Aug 03, 2002 at 21:13 UTC | |
Re: A regex I cant get my head around
by cLive ;-) (Prior) on Aug 03, 2002 at 20:47 UTC | |
by Anonymous Monk on Aug 03, 2002 at 20:57 UTC | |
by sauoq (Abbot) on Aug 03, 2002 at 21:08 UTC | |
by I0 (Priest) on Aug 03, 2002 at 21:13 UTC |