Lielie Meimei wrote:
>> Hello..
>>
>> I'm still newbie.
>>
>> Could u help me to see why in the script perl here can
>> not compiled, please help me.
>>
>>
>> ==Begin of indexsite.pl ==
>>
>> #!/usr/bin/perl
Please always:
use strict;
use warnings;
>> $directo
On Wed, 12 Feb 2003 16:22:41 -0800, Lielie Meimei wrote:
> Hello..
>
> I'm still newbie.
>
> Could u help me to see why in the script perl here can
> not compiled, please help me.
What's the error message printed by Perl ?
Normally it includes also the reason and the location of the error.
>
>