Help for this page

Select Code to Download


  1. or download this
    open($test, "<test.txt");
    if (!$test) {
    ...
    } else {
       #use $test to print something
    }
    
  2. or download this
    open($test, "<test.txt") || die("$!\n");