Help for this page

Select Code to Download


  1. or download this
    # Try to make the directory in case it doesn't exists.
    mkdir($dir);   # or mkpath($dir);
    ...
       or die("Unable to open dir \"$dir\": $!\n");
    
    ...