Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl
    use strict;
    ...
        print "$i:$config{i}\n";
    }
    
  2. or download this
    $ perl test002.pl
    AAA:1
    ...
    CCC:
    DD:
    
  3. or download this
    AAA=1;
    BBBB=0;
    CCC=0;
    DD=1;