Help for this page

Select Code to Download


  1. or download this
    # config.pl
    # ---------
    
    $var = 'test';
    
  2. or download this
    # main.pl
    # -------
    ...
    our $var;
    do 'config.pl';
    print($var);