in reply to Re: Problems with ;'s
in thread Problems with ;'s
<? $script = "/cgi-bin/hr-bin/index.cgi"; $QSTRING = $QUERY_STRING; if (isset($HTTP_POST_VARS)) { while (list ($header, $value) = each ($HTTP_POST_VARS)) { $QSTRING = $QSTRING.'&'.$header.'='.$value; } } virtual($script.'?'.$QSTRING); ?>
perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat! +\n"; } else { print "Thats a dog\n"; } print "\n";'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Problems with ;'s
by tye (Sage) on Nov 09, 2001 at 22:17 UTC | |
by broquaint (Abbot) on Nov 09, 2001 at 22:47 UTC | |
by LostS (Friar) on Nov 10, 2001 at 00:12 UTC | |
|
(bbfu) (not escaping) Re3: Problems with ;'s
by bbfu (Curate) on Nov 09, 2001 at 22:20 UTC |