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