Help for this page

Select Code to Download


  1. or download this
    > 674562.pl foo
    foo in /tmp/*.pl:
    Use of uninitialized value in pattern match (m//) at 674562.pl line 26
    +.
    
  2. or download this
                    if ($this =~ /$bit/) {
    
  3. or download this
        my @rank = sort {$hash{$b} <=> $hash{$a}} keys %hash;