Help for this page
#!/usr/bin/env perl use strict; ... say "this case is found here ....."; } }
$ ./t.pl Found record: 1 ... Found record: 2 Record 2: MSISDN = 1234567890 this case is found here .....