Help for this page

Select Code to Download


  1. or download this
    @vector = qw( 27 32 46 5 102 76 );
    @order = order_them(@vector);
    
  2. or download this
    @vector[@order] = 5,27,32,46,76,102