Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Directory Structure.

by madtoperl (Friar)
on Mar 31, 2017 at 13:05 UTC ( #1186619=note: print w/replies, xml ) Need Help??


in reply to Directory Structure.

Hi Nansh
You can use File::Util for creating sub directories.
#!/usr/local/bin/perl use strict; use warnings; use File::Util; my($fileHandle) = File::Util->new(); $fileHandle->make_dir('/XXX/YYY/ZZZ/');

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2023-09-22 05:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?