# filename: config $var1 = "First value"; $var2 = "Second value"; #### use config; print "$var1 and $var2";