Help for this page
#!/usr/bin/perl ... my $foo = "hello"; $main::foo = "world"; print "$foo $main::foo\n";