Adriano Allora wrote: > hi to all, Hello,
> Some questions: > 1) how can I write multine comments? something like /** ... **/? Install this module: http://search.cpan.org/~kane/Acme-Comment-1.02/ > 2) the following script doesn't find the page requested in getstore > (baolian.local = 127.0.0.1). Why? .local is not a valid TLD (AFAIK) and baolian.local is not equal to 127.0.0.1. You need to use localhost like: $status = getstore('http://localhost/~adrianoallora/index.html', $homepage); > 3) $homepage must be a real page/file or I can use it like a normal > variable or a filehandle to read with whlie(<>)? I don't understand, sorry. John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>