Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    $thing = "bleh";
    print "hello $thing $bleh\n";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    print "@violations\n";
    
  3. 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.