- or download this
$test = "scott";
- or download this
$main::{$test} = "skot2";
- or download this
print "As you see, ($scott) and ($main::scott) " .
"aren't here\n";
- or download this
$$test = "surprise!";
- or download this
print "Now ($scott) and ($skot2) and ($main::scott) " .
"have decided to show up\n";