Help for this page

Select Code to Download


  1. or download this
    my $dir = ...;
    if ( ! -d $dir && ! mkdir $dir ) {
        die "Can't mkdir '$dir': $!";
    }
    
  2. or download this
    my @wanted_directories
        = ( "e:/web/public_html/eagle_f91/ffinfo/protected/images/$Game",
    ...
            die "Can't mkdir '$dir': $!";
        }
    }