in reply to Billy defies Logic (again!)

use strict; use LWP::Simple; my $content = get("http://freshmeat.net/news/2000/09/19/969383787.html +"); if ($content =~ m/[Pp]erl/) { print "Found valid Perl content. ++ the node.\n" } else { print "Where's the beef? -- that sucker.\n" }

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.