Help for this page

Select Code to Download


  1. or download this
    Line# 1 ## Comments
    ..
    ...
         16
         17 use lib "/app/base_lib/cpath1";
    ---->18 use mypkg1::common_mod2 qw(:all);
    
  2. or download this
    Line# 1 package mypkg1::common_mod2;
          2
    ...
         18
         19 use lib "/app/base_lib/cpath1";
    ---->20 use mypkg1::common_mod1 qw(:all);
    
  3. or download this
    Line# 1#comments
    ..
    ...
    ---->88 use MYLIBS qw( :all );
         89 use MYLogging;
         90 use Digest::SHA1 qw(sha1_hex);
    
  4. or download this
    Line 1 #
    ..
    ...
         18 use strict;
         19 use XML::Simple;
         20 use Data::Dumper;