Help for this page
#!/usr/bin/perl ... $foo = $foo . $bar; # UNITIALIZED!!! print "foo = <$foo>\n";
prints: foo = <bar>