Help for this page

Select Code to Download


  1. or download this
    use bimodal_constant FOO => "BAR";
    
    print "\$FOO is $FOO\n" if FOO;
    
  2. or download this
    package bimodal_constant;
    
    ...
    }
    
    1;