Help for this page

Select Code to Download


  1. or download this
    my $number_of_crds = 0;
    while(<INPUT_FILE>) {
    ...
        ...
        ...
    }
    
  2. or download this
    if ( $_ =~ /callIdentificationNumber\s+:\s+\'(.+)\') {
        print "callIndentificationNumber: $1\n";
    }