Help for this page

Select Code to Download


  1. or download this
        Test::$pkg::hello($pkg);
    
  2. or download this
        {
            no strict 'refs';
            &{"Test::" . $pkg. "::hello"}($pkg);
        }