http://qs321.pair.com?node_id=310647


in reply to Looping structure

It looks like my fellow monks have corrected you, but I would like to offer a helpfull perl hint. When wanting to test a script before running it try this at the command line
perl -cwTM-strict ./yourscript.pl
This will help debug your code without actually running it and possiblyt messing something up.

USE PERL