Help for this page

Select Code to Download


  1. or download this
    package MyConfig;
    
    our $one = ...;
    our $two = ...;
    
  2. or download this
    use MyConfig;
    
    ...
    if( $x <= $MyConfig::one ) {
    ...