in reply to RE: RE: RE: RE: Re: Use of unitialized variable?
in thread Use of unitialized variable?
minus error checking, of course . . .use strict; use LWP::Simple; print &getHTML('http://www.perlmonks.org'); sub getHTML($) { return getprint(shift); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: RE: RE: Re: Use of unitialized variable?
by merlyn (Sage) on Aug 29, 2000 at 15:01 UTC |