Help for this page

Select Code to Download


  1. or download this
    key1 = value1
    key2 = value2
    
  2. or download this
    open( INF, 'file' );
        %hash = map { my ( $a, $b) = split( / = /, chomp($_) ); $a => $b }
    + <INF>;;
    close( INF );