alfirth on 01/10/11
Last Edited at 01/10/11 10:22am
use File::Path #core module local $@;eval {mkpath('./foo')};if ($@) { die "failed to create dir $@\n";}
Report this snippet Tweet
Comment:
You need to login to post a comment.