in reply to Re^4: Football formation
in thread Football formation

Hi eminempark,
Loops scripts works, you need to learn to troubleshoot for yourself at some levels.
If the error you are getting flashes on the screen, then you can simply make that stay to see which line the error occurs and what error is it. Simply use <> at the end of your script.

Of course, the error I suppose you are pointing at I think is caused by the usage of qw(:all) in the line that uses autodie. You can take that out and see if it works for you.
Please, check the documentation for the "autodie" pragma, the reasons were given atleast!

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me

Replies are listed 'Best First'.
Re^6: Football formation
by eminempark (Initiate) on Oct 28, 2014 at 05:52 UTC
    Hi 2teez, can u help me to solve the repeated line? thank you