Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

kabeldag's scratchpad

by kabeldag (Hermit)
on Jul 25, 2005 at 01:16 UTC ( [id://477641]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    # Traverse directories recursively using opendir()
    ...
        return @dir_contents;
    }
    
  2. or download this
    
    # This is another way to traverse directories and files recursively,
    ...
        tie %dir, "IO::Dir", "$base_dir";
        return %dir;
    }
    
  3. or download this
    
    # Just a chargen socket
    ...
        exit(0);
    }
    
  4. or download this
    
    # Restart a program when it terminates
    ...
    
    start_process();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found