Help for this page

Select Code to Download


  1. or download this
    my $output_directory="TEMPORARY";
    
    ...
    print MYFILE "ciao";
    close (MYFILE); 
    }
    
  2. or download this
    
    my $output_directory="TEMPORARY";
    ...
    #go back to original directory
    chdir($pwd);
    }