Help for this page

Select Code to Download


  1. or download this
    >c:\progs\perl588\bin\perl -l 770193.pl
    42
    ...
    
    >c:\progs\perl5100\bin\perl -l 770193.pl
    00
    
  2. or download this
    #!/usr/bin/perl     
    
    ...
      #print 0+@{$c},  0+@{$d},  "\n";    > Alternatives
      #print 0+@$c,    0+@$d,    "\n";   /
    }