Help for this page

Select Code to Download


  1. or download this
    
    use warnings;
    ...
        $_ =~ $smartcard_id_regex;    # match and capture smartcard id
        $1;                            # return the capture
    } @getcert;