Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    else {
        print "did not match $string\n";
    }
    
  2. or download this
    my @array = (
        "received 480 response",
    ...
    did not match received 485 response
    matched received 486 response
    did not match received 487 response