Help for this page

Select Code to Download


  1. or download this
    open(my $in, '<', 'file.dat')
       or die("Unable to open input file: $!\n");
    ...
          print("true for 'while', but false for 'if'\n");
       }
    }
    
  2. or download this
    true for 'while', but false for 'if'