Help for this page

Select Code to Download


  1. or download this
    my %command_list = 
    (
    ...
    my $input=$ARGV[0]
    
    &{ $command_list{$input}{'function'} }