Help for this page

Select Code to Download


  1. or download this
    # test.pl
    #/usr/bin/perl
    ...
    use MyApp::Conf qw/APP_NAME/;
    ...
    ...
    
  2. or download this
    package MyApp::Conf;
    
    BEGIN { # do something with $ENV{APP_NAME} }