Help for this page

Select Code to Download


  1. or download this
    use testpkg ();
    
  2. or download this
    eval {
        require MyModule;
        import MyModule qw/.../;
        MyModule::MyInit();
    }