Help for this page

Select Code to Download


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