Help for this page
package MyConfig; our $one = ...; our $two = ...;
use MyConfig; ... if( $x <= $MyConfig::one ) { ...