Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      printf "var1: %s\tvar2:%s\n", $var1, $var2;
      require "conf";
      printf "var1: %s\tvar2:%s\n", $var1, $var2;
    
  2. or download this
     $var1='x';
     $var2='y';