Help for this page

Select Code to Download


  1. or download this
    :~$ perl
    $\="\n";   
    ...
    __END__
    2
    120
    
  2. or download this
    seek DATA,0,0;
    my @lines = <DATA>;
    say Dumper \@lines;
    
  3. or download this
    use v5.12; 
    use warnings;
    ...
    say Dumper \@lines;
    
    __DATA__
    
  4. or download this
    4
    5
    ...
    '
            ];