Help for this page

Select Code to Download


  1. or download this
    test1.pl
    
    ...
    use Syslog;  # homegrown version
    use SSSourceOrg qw( getLibExts getLibDirs );
    use SSMail qw( send );
    
  2. or download this
    package SSSourceOrg;
    
    ...
      return( @libExts );
    }
    1;