Help for this page

Select Code to Download


  1. or download this
    my %hash = map {
         (split /:/, $_ )[0] => (split /:/, $_ )[2]
        } <FILE>;
    
  2. or download this
    print join ( "\n", sort keys %hash );
    
  3. or download this
    (split /:/, $_ )[2]
    
  4. or download this
    (split /:/, $_ )[0]