- or download this
use strict;
use warnings;
- or download this
Variable "@imgs" will not stay shared at par.pl line 17 (#1)
- or download this
C:\TEMP>perl -Mdiagnostics par.pl
perl -Mdiagnostics par.pl
...
reference variables in outer subroutines are called or referenced,
+ they
are automatically rebound to the current values of such variables.
- or download this
use strict;
use warnings;
...
map {parsedocument($_) } @ARGV;