Help for this page

Select Code to Download


  1. or download this
        open( FILE, "< this.txt" );
        warn "Can't read this.txt: $!\n"
          unless  defined fileno FILE;