Help for this page

Select Code to Download


  1. or download this
    perl -ane '$items{$F[0]} = $F[1] ;END{print "apples cost $items{apple}
    +\n" if $items{apple}}' data
    
  2. or download this
    #here you can also get the name from the user and print the
    #price.