Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my ($cnr_number) = $commitlog =~ /^(CNR[0-9]+)/m
        or die("You must enter a valid CNR\n");