Help for this page

Select Code to Download


  1. or download this
    &{"Modname::$subname"}
    
  2. or download this
    my %table = (name1 => \&subname1, name2 => \&subname2 ... );
    
  3. or download this
    $table{$name}->( ... args ... )