Help for this page

Select Code to Download


  1. or download this
    use IPC::Open2;
    
    ...
    open OUTF, ">test.txt";
    print OUTF "I'm alive";
    close OUTF;
    
  2. or download this
    use IPC::Open2;
    
    ...
    open OUTF, ">test.txt";
    print OUTF "I'm alive";
    close OUTF;