Help for this page
DB<14> $volt = "0.940V\n" DB<15> print "matched\n" if $volt =~ /^0\.9[0-4]+V$/ ... DB<18> print "matched\n" if $volt eq "0.940V"; matched