Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $cnf->get_value('abc','xyz');
    print "\n";
    print $cnf->get_value('blue','pqr');
    
  2. or download this
    package A;
    # file A.pm
    ...
    }
    
    1;