Help for this page

Select Code to Download


  1. or download this
    Subroutine sub1 redefined at /home/path/module.pm line 68.
    Subroutine sub2 redefined at /home/path/module.pm line 197.
    etc.
    
  2. or download this
    sub do_something {
        my $var1 = shift;
        my $var2 = shift;
        my %hash = %{module::subroutine($var1, $var2)};
    }