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