Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: create_c_project with tap harness

by RichardK (Parson)
on Sep 11, 2015 at 11:39 UTC ( [id://1141663]=note: print w/replies, xml ) Need Help??


in reply to create_c_project with tap harness

You could use File::Path to create the directories so you don't have to shell out.

use File::Path qw(make_path remove_tree); make_path('foo/bar/baz', '/zug/zwang');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-23 15:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found