perl test_8.pl Global symbol "$images" requires explicit package name at test_8.pl line 23. Execution of test_8.pl aborted due to compilation errors. martin@linux-wyee:~/perl> martin@linux-wyee:~/perl> perl test_8.pl Bareword found where operator expected at test_8.pl line 23, near "$/images" (Missing operator before images?) syntax error at test_8.pl line 23, near "$/images " Global symbol "$out" requires explicit package name at test_8.pl line 24. Execution of test_8.pl aborted due to compilation errors. martin@linux-wyee:~/perl> perl test_8.pl Bareword found where operator expected at test_8.pl line 23, near "$/images" (Missing operator before images?) syntax error at test_8.pl line 23, near "$/images " Global symbol "$out" requires explicit package name at test_8.pl line 24. Execution of test_8.pl aborted due to compilation errors. martin@linux-wyee:~/perl> martin@linux-wyee:~/perl> perl test_8.pl Bareword found where operator expected at test_8.pl line 23, near "$ "images" (Missing operator before images?) String found where operator expected at test_8.pl line 23, at end of line (Missing semicolon on previous line?) syntax error at test_8.pl line 23, near "$ "images" Can't find string terminator '"' anywhere before EOF at test_8.pl line 23. martin@linux-wyee:~/perl>