Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
    use strict;
    my %seen;
    ...
    if (@once) {
        print "Possible unused variables found: \n\n", join("\n", @once), 
    +"\n";
    }
    
  2. or download this
    $ perl use.pl foo.pl
    Possible unused variables found: 
    
    var_a