- or download this
use strict;
use warnings;
...
package Szyewicki;
print "Here at work, 'Robert' is $Robert, but over at the pool hall, '
+Robert' is $PoolHall::Robert\n";
- or download this
Here at work, 'Robert' is the darts expert, but over at the pool hall,
+ 'Robert' is the darts expert
- or download this
use strict;
use warnings;
...
our ($Robert);
print "Here at work, 'Robert' is $Robert, but over at the pool hall, '
+Robert' is $PoolHall::Robert\n";