Help for this page

Select Code to Download


  1. or download this
    print "Enter a string: ";
       chomp(my $_ = <STDIN>);
    ...
        } else {
            print "String did not match\n";
        }
    
  2. or download this
    Uncaught exception from user code
            Unmatched [ in regex; marked by <-- HERE in m/([ <-- HERE B|b)
    +/ at Exercise_7_4.pl line 24.