Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    push @result, @temp;
    print Dumper \@result;
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    push @result, @temp;
    print Dumper \@result;
    
  3. or download this
    $ perl range4.pl
    $VAR1 = [
    ...
              2,
              3
            ];