Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Mass downloads.

by BrowserUk (Patriarch)
on Jun 06, 2005 at 17:04 UTC ( [id://463993]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        print $details;
    }
    
  2. or download this
    #! perl -slw
    use G;
    ...
    open WORDS, '>', 'words.dat' or die $!;
    print WORDS for sort keys %words;
    close WORDS;
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    print INDEX "$_(@{[ unpack '%b*', $index{ $_ } ]}) : [@{[ unpack 'b*',
    + $index{ $_ } ]}]" 
        for sort keys %index;
    close INDEX;
    
  4. or download this
    .\171594.txt : all an and anonymous asked at back be better but by com
    + concerning contain create directories even excluding expression foll
    +owing for gone has have hours in index jun last list looking monks of
    + on over pl probably question renders replies round seekers simple th
    +anks that the this to want wisdom without would
    .\171599.txt : am and are at be being brothers but by com comes create
    + darkness directories doubt enlightenment etiquette help here if in i
    +ndex jun light list living me my no not of on order piece pl re repli
    +es reply seeking so someone strong sure tell that the thread to unsur
    +e until way weak will with without
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-19 21:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found