Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: who can help me with a very interesting Perl program?

by Athanasius (Archbishop)
on May 04, 2016 at 04:39 UTC ( [id://1162142]=note: print w/replies, xml ) Need Help??

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 >
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1162142]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found