Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        [2.9] =~ //i            |   no match    <-- unexpected
    [E] =~ /^C$/i               |   no match
        [1.3.1] =~ //i          |   no match    <-- unexpected
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        [2.9] =~ //i            |   no match    <-- unexpected
    [E] =~ /^C$/i               |   no match
        [1.3.1] =~ //i          |   no match    <-- unexpected