in reply to Re^4: Missing $ on loop variable at measurements2.pl line 69.
in thread Missing $ on loop variable at measurements2.pl line 69.

You give a variable a value by using the '=' operator.

So the steps you need to go through are:

I hope that makes sense. I don't think I can break it down any more without just writing the code for you - and I hope you wouldn't want that.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re^5: Missing $ on loop variable at measurements2.pl line 69.