Help for this page

Select Code to Download


  1. or download this
    #!/opt/perl5/bin/perl -w
    use strict;
    ...
    key4=value4
    key5=value5
    key6=value6   ;Comment 6
    
  2. or download this
    $VAR1 = bless( {
                     'Section2' => {
    ...
                                     'key3' => 'value3'
                                   }
                   }, 'Config::Yacp' );