Help for this page

Select Code to Download


  1. or download this
    use Scalar::Util 'dualvar';
    
    ...
    }
    # output array of dualvars; sorted by number, string
    print "$_\t".(0+$_)."\n" for sort { $b <=> $a } sort @data;
    
  2. or download this
    # llil2.pl sort + output : 19 secs
    # llil3.pl sort + output : 16 secs -- dualvar