Help for this page

Select Code to Download


  1. or download this
    use File::Path 'mkpath';
    use constant DIR => 'e:/web/public_html/eagle_f91...';
    ...
    unless (-d DIR) {
          mkpath(DIR) or die "Could not mkpath: $!\n"
    }