Help for this page

Select Code to Download


  1. or download this
        my $ini = Config::Tiny->new;
        $ini->{$_} = $config{$_} for keys %config;
    
  2. or download this
    
    
    ...
    
  3. or download this
    $ ./1.initialize.pl 
    Global symbol "$ini_path" requires explicit package name (did you forg
    +et to declare "my $ini_path"?) at template_stuff/utils2.pm line 47.
    BEGIN not safe after errors--compilation aborted at template_stuff/uti
    +ls2.pm line 53.
    ...
    BEGIN failed--compilation aborted at ./1.initialize.pl line 5.
    $