- or download this
foo=hello
fruit=apple
foo.bar=tunafish
color=red
baz=$foo.bar
- or download this
baz=hello.bar
- or download this
baz=tunafish
- or download this
SCRIPT_DIR=/usr/local/scripts
MAIN_SCRIPT=$SCRIPT_DIR/main_script.pl
- or download this
MAIN_SCRIPT=/usr/local/bin/scripts/main_script.pl
- or download this
$value =~ s/\$ ( {\.+?} | \w+)/$config{$2}/gx;
- or download this
foo=hello
fruit=apple
foo.bar=tunafish
color=red
baz=${foo.bar}