Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
        my @rv = $_[0] =~ /^([0-9]+)$/;
        return @rv[ 0 .. $#rv ];
    }
    
  2. or download this
    michael$ perl t.pl
    [[]
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using `man perl' or `perldoc perl'.  If you have access to
    + the
    Internet, point your browser at http://www.perl.com/, the Perl Home Pa
    +ge.
    
  3. or download this
    michael$ /usr/local/bin/perl t.pl
    [[]
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using `man perl' or `perldoc perl'.  If you have access to
    + the
    Internet, point your browser at http://www.perl.com/, the Perl Home Pa
    +ge.