hi to all,
Some questions:
1) how can I write multine comments? something like /** ... **/?
2) the following script doesn't find the page requested in getstore
(baolian.local = 127.0.0.1). Why?
3) $homepage must be a real page/file or I can use it like a normal
variable or a filehandle to read with whlie(<>)?
thanks a lot,
alladr
#####################THE SCRIPT##########################
#!/usr/bin/perl
use CGI;
use LWP::Simple;
$homepage = 'http://127.0.0.1/~adrianoallora/provaperl5.html';
$status = getstore('http://baolian.local/~adrianoallora/index.html',
$homepage);
$query = CGI::new();
print $query->header();
print("maccheccazzo: $!") if is_error($status);
|^|_|^|_|^| |^|_|^|_|^|
| | | |
| | | |
| |*\_/*\_/*\_/*\_/*\_/* | |
| |
| |
| |
| http://www.e-allora.net |
| |
| |
**************************************
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>