Help for this page

Select Code to Download


  1. or download this
    print << END_OF_HEREFILE
    
  2. or download this
    print TEMPFILE <<END_OF_HEREFILE;
    
  3. or download this
    /tmp/log1.conf: No such file or directory
    
  4. or download this
    open(LOG1, ">/tmp/log1.conf");
    print LOG1 "test";
    close LOG1;