Help for this page

Select Code to Download


  1. or download this
    require Test::Pkg::Thing;
    my $func_name = "Test::Pkg::Thing::do_something";
    ...
    {
        print "defined!\n";
    }
    
  2. or download this
    require Test::Pkg::Thing;
    my $func_name = "Test::Pkg::Thing::AUTOLOAD";
    ...
    {
        print "defined!\n";
    }