use IO::Socket; my $sock = new IO::Socket::INET("$remote_server:43") || die $!; print $sock "$data\r\n"; my @output = <$sock>; $output = join('', @output); if ($output =~ /$no_match/gi) { &true; } else { &false;
20051202 Janitored by Corion: Put code in code tags
In reply to loop control by webshark
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |