Help for this page

Select Code to Download


  1. or download this
    if (m/^###|^\s*$/s) {
    
  2. or download this
    if (m/^###|^\s*\$/s) {
    
  3. or download this
        unless (m{(^SIP\/2\.0 \d\d\d|^[A-Z]{3,6} ).*(Call-ID: [\S]{25,80})
    +[^ ]+: .*}s) {
            print "No match: $_\n";
            next;
        }