in reply to (jeffa) 6Re: Use of unitialized variable?
in thread Use of unitialized variable?
which just gets it, just what you want.use strict; use LWP::Simple; print &getHTML('http://www.perlmonks.org'); sub getHTML { return get(shift); }
-- Randal L. Schwartz, Perl hacker
|
|---|