Help for this page

Select Code to Download


  1. or download this
    open(MYFILE, '/tmp/data.txt');
    
  2. or download this
    open(MYFILE, '>', '/tmp/data.txt') || die("Cannot open /tmp/data.txt: 
    +$!");