Help for this page

Select Code to Download


  1. or download this
    my $supported = '4.0.0,4.0.1,4.1.0,4.1.1,4.1.2';
    
    $supported =~ /\Q4.1.2\E(?{say '>>> In the regex'})/ if @ARGV;
    "4.1.2" =~ //;