Help for this page

Select Code to Download


  1. or download this
    my $num_lines = $header_lines + $lines_per_rec * $num_recs;
    
  2. or download this
    open my $fh, '<', $qfn
        or die $!;
    
  3. or download this
    my $foo = $bar || 123;