One more time:
use strict; use LWP::Simple; print &getHTML('http://www.perlmonks.org'); sub getHTML($) { my $url = shift; my $content = get($url); return getprint($url); }
In reply to (jeffa) 4Re: Use of unitialized variable?
by jeffa
in thread Use of unitialized variable?
by Arsenal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |