Help for this page

Select Code to Download


  1. or download this
    my $cfg = Config::IniFiles->new( -file => 'test.ini' ) 
      or die "Failed to create Config::IniFiles object: @Config::IniFiles:
    +:errors\n";
    
  2. or download this
    0 linuxer@host /tmp $ cat /tmp/a.pl && perl /tmp/a.pl
    #! /usr/bin/perl
    ...
    
    Failure: Empty file treated as error
    255 linuxer@host /tmp $