- or download this
use strict;
use warnings;
- or download this
$ perl junk852728.pl
syntax error at junk852728.pl line 9, near "$dir }"
...
syntax error at junk852728.pl line 18, near "}"
Execution of junk852728.pl aborted due to compilation errors.
- or download this
-eval { find( \&wanted, $dir }; };
+eval { find( \&wanted, $dir ); };