Help for this page

Select Code to Download


  1. or download this
    #!/use/bin/perl -w
    ##and followed by 
    use strict;
    
  2. or download this
    if (($location) && exists($list{$location})) {
        my $value = $list{$location};
        $value++;
    
        $list{$location} = $value if ($value);