Help for this page

Select Code to Download


  1. or download this
    my $n=1; 
    for (qw(115kbps 2Mbps 10Mbps T1)) {$order{$_}=$n++}
    
  2. or download this
    @result= sort {$order{$a->[0]} <=> $order{$b->[0]}} @connections;