Help for this page

Select Code to Download


  1. or download this
    use constant CFGDIR=>'/config/' in my main script
    
  2. or download this
    Then tried to refer to it from module1.pm, 
    $c = main::CFGDIR
    
  3. or download this
    my constant CFGDIR=>'/config/'
    our constant CFGDIR=>'/config/'