in reply to
Re: Re: Re: is this correct
in thread
is this correct
So it is always a good practice to enable warnings in your script when you are programming for testing...
#!/usr/bin/perl -w
[download]
that way you can "see" where the problem is happening
Chady |
http://chady.net/
Comment on
Re: Re: Re: Re: is this correct
Download
Code
In Section
Seekers of Perl Wisdom