Help for this page

Select Code to Download


  1. or download this
    $var1 = "x";
    $var2 = "y";
    
  2. or download this
    use Exporter;
    my @ISA = ('Exporter');
    our @EXPORT = ('$var');
    require( './conf');