withif (-f $file) { $fileContents = `cat $file`; print $fileContents; }
if (-f $file) { open (FH, "<$file"); print <FH>; }
In reply to Re: LWP::UserAgent with development website
by astroboy
in thread LWP::UserAgent with development website
by patricia_e
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |