Help for this page

Select Code to Download


  1. or download this
    # filename: config
    $var1 = "First value";
    $var2 = "Second value";
    
  2. or download this
    use config;
    print "$var1 and $var2";