Help for this page

Select Code to Download


  1. or download this
    package MyApp::Config;
    
    our $a = 1000;
    ...
    our $c = 2000;
    our $d = "test2";
    1;