Help for this page

Select Code to Download


  1. or download this
    open FILE, "foo.txt" or die $!;
    #or
    open(FILE, "foo.txt") || die $!;