Help for this page

Select Code to Download


  1. or download this
    {
        "services": [
    ...
            }
         ]
    }
    
  2. or download this
    my @service = $config->{'services'};
        foreach $oneservice (@service){
           print $oneservice{'service'};
        }
    
  3. or download this
    Global symbol "%oneservice" requires explicit package name at ./script
    +.pl line 102.
    Execution of ./script.pl aborted due to compilation errors