Help for this page

Select Code to Download


  1. or download this
    (my $version) = (m|(v?[\d\.]{2,})|g)[-1];
    (my $version) = (m|/(v?[\d\.]{2,})|g)[-1];
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    undefined
    1.36.0
    v007