Help for this page

Select Code to Download


  1. or download this
    [FifthBlock]
    
    build: Test_2.00.002
    
  2. or download this
    read_config 'test2.cfg' => my %config;
    print Dumper(%config);
    $config{"FifthBlock"}{"build"} = "Test_2.00.002";
    write_config %config, "test2.modified";
    exit 0;
    
  3. or download this
    [MainSection]
    branch: FirstBlock
    ...
    build: Test_1.04.002
    build: Test_1.04.003
    build: Test_1.04.004
    
  4. or download this
    $VAR1 = '';
    $VAR2 = {};
    $VAR3 = 'FirstBlock';
    $VAR4 = {
              'build' => [