Help for this page
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" =~ //;