Thread CGI::Application: Vorgehensweise (Frage am Rande) (16 answers)
Opened by pktm at 2004-05-18 12:22

Gast Gast
 2004-05-18 16:51
#29242 #29242
Wie wär's dann damit?
Code: (dl )
1
2
3
4
5
6
7
   my $event = {
      'src'           =>  \&sub_1(q|attrib_1|),
      'file'          =>  \&sub_2(q|attrib_2|),
      'keyword'       =>  \&sub_3(q|attrib_3|),
  };

  $event->{$param->{'Runmode'}->()};    

View full thread CGI::Application: Vorgehensweise (Frage am Rande)