Help for this page

Select Code to Download


  1. or download this
    # OBJECT = ->new( SCALAR format );
    my $config_general = new CFI('general');
    
  2. or download this
    # BOOLEAN = ->write_config( [SCALAR filename | GLOB filehandle] [, HAS
    +HREF options] );
    $config_general->write(*CONFIG_OUTPUT);