Help for this page

Select Code to Download


  1. or download this
    tie my @p, 'Tie::Array::Packed::Integer';
    push @p, $_ for (.....);
    
    tied(@p)->sort;