Help for this page

Select Code to Download


  1. or download this
    %hash = (
      # note the single-quotes wrapping the double-quotes...
    ...
    # this is the "later" I promised above, when we eval
    # the character string which contains the perl expression
    system (eval $hash{'command1'});