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

Gast Gast
 2004-05-18 13:41
#29240 #29240
if-elsif-else Blöcke sind immer häßlich und unhandlich ...
als Ersatz geht sowas
Code: (dl )
1
2
3
4
5
6
7
    my $event = {
       'src'           =>  \&sub_1,
       'file'          =>  \&sub_2,
       'keyword'       =>  \&sub_3,
   };

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

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