Help for this page

Select Code to Download


  1. or download this
    Undefined subroutine &PMLS::Help::globalconf called at /home/proj/pmls
    +/modules/PMLS/Help.pm line 41.
    
  2. or download this
      my $sections = &dir2array(&globalconf('pmls_help'));           # rea
    +d in all section help files
    
  3. or download this
    use PMLS::System       qw(log globalconf);
    
  4. or download this
    use PMLS::Help qw($help);
    
  5. or download this
    use PMLS::Help qw($help);
    
  6. or download this
    A:
    use B qw(bloh);
    ...
    
    <can use blah and bloh>
    
  7. or download this
    Uncaught exception from user code:
            Undefined subroutine &PMLS::Help::globalconf called at /home/p
    +roj/pmls/modules/PMLS/Help.pm line 41.
    ...
    Compilation failed in require at /home/proj/pmls/bin/pmls line 16.
    BEGIN failed--compilation aborted at /home/proj/pmls/bin/pmls line 16.
     at /home/proj/pmls/bin/pmls line 16
    
  8. or download this
    *use PMLS::Server
    *    use PMSuite::File        qw(safe_save);
    ...
        use PMLS::FS             qw(ensure_home);
        use PMLS::Help           qw($help);
        use PMLS::System         qw(globalconf message);