Help for this page

Select Code to Download


  1. or download this
    foo_1-a
    foo_2-b
    foo_3-b
    ...
    bar_3-b
    bar_4-a
    bar_5-b
    
  2. or download this
    foo 4 foo_1-a foo_2-b foo_3-b foo_4-b
    bar 5 bar_1-a bar_2-a bar_3-b bar_4-a bar_5_b
    
  3. or download this
    %hash_bar =()
    bar_1-a => bar
    bar_2-a => bar
    ...
    foo_2-b => foo
    foo_3-b => foo
    foo_4-b => foo
    
  4. or download this
    open FH, "<file.txt";
    while (<FH>)
        {
    ...
              $hash_$1($2)=$1;
              }
          }