Help for this page

Select Code to Download


  1. or download this
    my %runmodes = (
        config_item => 'regular',
    ...
    #
    # action = 3, special
    # Not a HASH reference at str.pl line 22.
    
  2. or download this
    my %runmodes = (
        config_item => 'regular',
    ...
            subroutine => sub{ print "action = 3" }},
        },
    );