Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl     
        
    ...
      ($c,$d) = @_;
      print   $#{@$c}+1,$#{@$d}+1;   
      }
    
  2. or download this
    C:\pl>perl array_argument_testing.pl
    00
    
  3. or download this
    $ perl array_argument_testing.pl
    42