Help for this page

Select Code to Download


  1. or download this
    use strict;
    open (LST, "c:\\list.lst")||die "$^E : $!\n";
    ...
        print "\n************************\n";
    }
    close (LST);
    
  2. or download this
    sort{$a <=>comp <=> $b} #this is wron but it looks like something I ha
    +ve seen