Help for this page

Select Code to Download


  1. or download this
    if (/^(y|yes)$/i)
        {
    ...
        print "=====================================\n\n";
        &answer;
        }
    
  2. or download this
    SWITCH: for ($input) {
        /^(y|yes)$/i && do {
    ...
        print "=====================================\n\n";
        &answer;
    }