- or download this
#!/usr/bin/perl
use warnings;
...
'Config::Simple'->import_from($led_cfg, \ my %Config);
my $ap_id = $Config{ $pillar . '_lcd.AppID' };
print "$ap_id";
- or download this
[dev_lcd]
AppID=APTC_RDFG
...
[pro_lcd]
AppID=APTC_RDHF
User=AB98765
- or download this
#!/usr/bin/perl
use warnings;
...
my $pwd = qx{./CA.pl};
print "$pwd\n";
- or download this
CFG_DIR=./cfg ./main.pl
- or download this
APTC_RDFG