Help for this page

Select Code to Download


  1. or download this
    package Constants;
    use strict;
    ...
    
    1;
    
  2. or download this
    use strict;
    use Constants;
    ...
    print $BAR,"\n";
    print join(",",@A),"\n";
    print "$_=>$H{$_}," foreach keys %H;