Help for this page

Select Code to Download


  1. or download this
    if ($answer eq "y") { #this is a string comparison. == is for numbers 
    +only
    
  2. or download this
    if ($answer =~ /^y/) {