Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    }
    }
    }
    
  2. or download this
    MSTerminating
    
    ...
    Tariff Switch Indicator: 0
    SS Code: NULL
    ICI Ordered: NULL
    
  3. or download this
    $cell = "Cell ID for First Cell: MCC: 310 MNC: 64 LAC: x'44D CI: x'272
    +6'";
    if (m/$cell/) {
    print Cell ID for First Cell: MCC: 310 MNC: 64 LAC: x'44D CI: x'APPL20
    +';
    
  4. or download this
    $1 = "Cell ID for First Cell: MCC: 310 MNC: 64 LAC: x'44D CI: x'271B'"
    +;
    %Firstcell = (
    ...
    if (lines[05] == m/$b/) {
    print "$1";
    }