Help for this page

Select Code to Download


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