Help for this page

Select Code to Download


  1. or download this
    open(my $fh, '<', $file) or die "error opening '$file': $!";
    
  2. or download this
    if ($x > 5 && $y < 10) ...