[Israel.pm] does anyone understand why this code is not working?
Gabor Szabo
gabor at pti.co.il
Sat Jul 17 01:16:41 PDT 2004
On Sat, 17 Jul 2004, Yuval Yaari wrote:
> This is NOT the problem but:
> $urls_lenght should be $urls_length
AFAIK, with both this and the one Offer saw I guess you are not using
use strict;
use warnings;
in your script.
Please stick them in the head of your code and fix the issues
that arise once they are addedd.
This can lead you to clean up your code a bit if you are doing it
thoughtfully and it might solve some or all of the problems.
regards
Gabor
More information about the Perl
mailing list