Help for this page

Select Code to Download


  1. or download this
    my $html="<table>\nt1\n<\/table>\n<table>\nt2\n<\/table>\n"
    
    ...
    # Same as above, but using '.' instead of explicitly listing all 
    # characters ...
    # Failed, WHY? Why is '.' not allowed within a character class?