Charles K. Clarkson <mailto:[EMAIL PROTECTED]> wrote:
>     As John already posted, you should be using warnings and
> strict in your script. Below the first line (the shebang)
> place these lines. This will break your script. You'll need
> to ask some questions and read the documentation to get it
> running again.

Thanks.  I did already follow John's advice and I've already
added warnings and strict.  I got it running again without too
much trouble.  I made changes where I was trying to pass
$_ to @_ in a sub, plus I scoped all the variables with
"my".  I don't fully understand scoping yet, but from
what I think I do understand, I didn't need an "our"
anywhere.

I'm reading more on scoping and its implications, so if I
didn't do it right, hopefully I'll understand soon and
make changes if necessary, if you've got any helpful
tips though... :)

Thanks again,

--J(K)


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to