Help for this page

Select Code to Download


  1. or download this
    order_id, time_mins
    096000BN, 32 
    ...
    096000Be, 85 
    096000BP, 32
    & etc.... ...
    
  2. or download this
    my %hash;
    while (<>)
    ...
    for (keys %hash)
    { print "@{$hash{$id}}\n";
    }