Help for this page

Select Code to Download


  1. or download this
    # script.pl:
    use XML::twig; # wrong case, should be XML::Twig
    # some Module used by script.pl:
    use XML::Twig;
    
  2. or download this
     Undefined subroutine &Module::subroutine called at /home/path/module.
    +pm line 128, <FILE> line 30.