Help for this page

Select Code to Download


  1. or download this
    [section]
    parameter=123
    [foo_delreg]
    HKLM,"SYSTEM\foo\bar\joe\bob","WEB"
    
  2. or download this
    # using:
    
    my $cfg = new Config::IniFiles( -file => 'C:\temp\Foo.inf' );
    print "We have parm " . $cfg->val( 'section', 'parameter' ) . "."
    if $cfg->val( 'section', 'parameter' );