Help for this page

Select Code to Download


  1. or download this
    Tried to use 'Module::Name';
    Error: "method_name" is not exported by the Module::Name module
    
  2. or download this
    package Module::A;
    use Module::B;
    
    package Module::B;
    use Module::A;