Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<', $file or die "failed open file: $!";
    my $arr = [];
    ...
          push @{ $arr->[$.] }, split /\./;  # i assume string end '.' 
          }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    Here starts the third paragraph.
    This is the second line of this
    
  3. or download this
    $VAR1 = [
              'Here',
    ...
              'of',
              'it.'
            ];