syntax error at 576460.pl line 11, near ") {" syntax error at 576460.pl line 14, near "}" Execution of 576460.pl aborted due to compilation errors. #### #!/usr/bin/perl -w use strict; my ($i,$c) = @ARGV > 1 ? 8 : 0; (-z $ARGV[0] and printf ("%${i}d %s\n", 0, shift) and @ARGV or exit) if @ARGV; while( || eof ARGV) { $c++; if (eof(ARGV)) { printf "%${i}d %s\n", $., $ARGV; $. = 0; $ARGV[0] and -z $ARGV[0] and printf "%${i}d %s\n", 0, shift; @ARGV || last; } } printf "%${i}d total\n",$c if $i;