- or download this
#!/usr/bin/perl
...
$thing = "bleh";
print "hello $thing $bleh\n";
- or download this
#!/usr/bin/perl
...
print "@violations\n";
- or download this
$ perl critic ;perl thing
...
Global symbol "$thing" requires explicit package name at thing line 8.
Global symbol "$bleh" requires explicit package name at thing line 8.
Execution of thing aborted due to compilation errors.