- or download this
use strict;
use warnings;
...
}
} @ARGV;
print Dumper(\%hARGV);
- or download this
use strict;
use warnings;
...
$hARGV{files}=\@aFiles if @aFiles; # <== _now_ put the files in the ha
+sh
print Dumper(\%hARGV);
- or download this
use strict;
use warnings;
...
$hARGV{files}=\@aFiles if @aFiles;
print Dumper(\%hARGV);