Help for this page

Select Code to Download


  1. or download this
      die "Config file not readable!"
        unless -r CONFIG_FILE;   # or maybe "-R" ?
    
  2. or download this
    my $x = RCB::Config->_new_instance;
    use Data::Dumper;
    print Dumper( $x );