Help for this page

Select Code to Download


  1. or download this
    PCSPLMNCallDataRecord                                       
        mSOriginating                             callPosition            
    +                                    3'D
    ...
          incomingRoute                           "BAPL01I"'S
          callingPartyNumber                      14xxxxxxxxxx'TBCD ((((Th
    +is is the $msisdn line))))
          calledPartyNumber                       1xxxxxxxxF'TBCD
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    }
    }
    
  3. or download this
    if ($lines[43] || $lines[30] || etc... =~ "$msisdn")
    
  4. or download this
    if ($lines[1] =~ "mSOriginating") {
    if ($lines[43] =~ "mSOriginating") {
    ...
    print "blah";
    }
    }
    
  5. or download this
    if ($lines[30] =~ "$msisdn") {