Help for this page

Select Code to Download


  1. or download this
    Can't use string ("") as a subroutine ref while "strict refs"
    
  2. or download this
    my $var1;
    my $var2;
    ...
         ($regex => \&get_device);
    
    my $result = $functions{$var1}->($var2);