Help for this page

Select Code to Download


  1. or download this
    print $fvalues{$_}, "\n" for keys %fvalues;
    
  2. or download this
    print $_, "\n" for values %fvalues;
    
  3. or download this
    print values %fvalues;