Help for this page

Select Code to Download


  1. or download this
    open my $fh, '>', 'path to windows folder';
    write $fh 'This is a test';
    close ($fh)
    
  2. or download this
    # $schoolName and $bar are set elsewhere, but basically 'AHS' and 'XYZ
    +'
    # hotBase is "D:/home/cristofa/public_html/'; 
    ...
        mkdir $dirPath,0777;
        print $dirPath;
        }