advanced code snippet search
alfirth on 01/10/11
catch try Eval mkpath makepath
04/29/11 07:01am01/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.