Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    
  2. or download this
    if $cellsites{$1} {
        print "Cell site is: $cellsites{$1}\n";
    ...
    else {
        print "No cell site information for $1\n"
    }