Help for this page

Select Code to Download


  1. or download this
    open FH, ">whatever" or warn "blah";
    # much much later
    print FH "something";
    
  2. or download this
    if(FH) { print FH "something" }