http://www.perlmonks.org?node_id=1010511


in reply to Re^2: script not working
in thread script not working

That will still not work, except this line print "Five first characters are: $fivefprot1\n";is changed to print "Five first characters are: $fivefirstfile1\n";
variable $fivefprot1 requires explicit package name.

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^4: script not working
by Lotus1 (Vicar) on Dec 27, 2012 at 18:23 UTC

    I think that was the anonymous poster and samwyse's point, that it still wouldn't work but then the OPer would be able to find the problem from the messages.

    samwyse's version using test lines in DATA would also demonstrate to the OPer that there was an off by one error in the array index.