Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Random wallpaper harvester

by jwkrahn (Abbot)
on Mar 19, 2007 at 03:02 UTC ( [id://605414]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        498     $word = qw("$word") if ($word =~ /\s/);
    
  2. or download this
         $word = qq("$word") if ($word =~ /\s/);
    
  3. or download this
        534     print <<ENDHELP;
        535 Hellow theres..
    ...
        546 random_bg.pl --rotate --delay 2
        547 
        548 If you give it words in @ARGV, it will continually show images
    
  4. or download this
        210     open(TOPIC, ">$topic_file") or die "can't open $topic_file
    +";
    
    ...
        236         open(IDFILE, $id_file);
    
        354     open FILE, ">$file" or &debug("can't open $file\n") and re
    +turn 0;
    

Log In?
Username:
Password:

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

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

    No recent polls found