in reply to LWP::UserAgent with development website
withif (-f $file) { $fileContents = `cat $file`; print $fileContents; }
if (-f $file) { open (FH, "<$file"); print <FH>; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP::UserAgent with development website
by jdalbec (Deacon) on Sep 18, 2004 at 00:27 UTC |