Help for this page

Select Code to Download


  1. or download this
    my %functions = (
                "setup"  =>      {
    ...
                        args         =>      [\%formdata, $filelocation]
                         },
                     );
    
  2. or download this
    $functions{$formdata{'action'}}->{function}->($functions{$formdata{'ac
    +tion'}}->{args});