Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    use Getopt::Std;
    ...
    print join("=>",%+);
    
  2. or download this
    # ./test.pl
    DCSE=>AD0
    ...
    # ./test.pl -fq
    
    #