Help for this page

Select Code to Download


  1. or download this
    # config.pl
    $config{ base_dir } = '/opt/myapp';
    $config{ bin_dir } =  "$config{ base_dir }/bin";
    
  2. or download this
    require 'config.pl';
    print "My config is $config{ base_dir }\n";