Help for this page

Select Code to Download


  1. 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";
    
  2. or download this
    [dev_lcd]
    AppID=APTC_RDFG
    ...
    [pro_lcd]
    AppID=APTC_RDHF
    User=AB98765
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    my $pwd = qx{./CA.pl};
    print "$pwd\n";
    
  4. or download this
    CFG_DIR=./cfg ./main.pl
    
  5. or download this
    APTC_RDFG