- or download this
#!/usr/bin/perl
my $DEBUG = 1233;
my $VERBOSE=5;
...
- or download this
#!/usr/bin/perl
our $DEBUG = 1233;
our $VERBOSE=5;
...
- or download this
c:\@Work\Perl\monks>perl -wMstrict -le
"{ package Foo;
...
C: package global of main
D: package global of Foo
E: pure lexical defined in main