Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Directory Structure.

by madtoperl (Hermit)
on Mar 31, 2017 at 13:05 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 15:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found