Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        require "${file}";
        print "\nIn $file var is : $main::var\n";
    }
    
  2. or download this
    $var="env";
    1;
    
  3. or download this
    $var="env1";
    1;
    
  4. or download this
    In env var is : default
    
    In env1 var is : env1
    
  5. or download this
    require "env.pl"