- or download this
unshift @queue, map { [$_, $hash] } @new_paths;
- or download this
while (my $next = shift @queue) {
my ($path, $ref) = @$next;
...
- or download this
$ref->{$basename} = do { ... };
- or download this
use strict;
use warnings;
...
DD == 2 ? dd $queue : print Dumper($queue);
print '-' x 50, "\n";
}
- or download this
14:34 >perl 1620_SoPW.pl
(0) @queue:
...
};
14:34 >