Help for this page

Select Code to Download


  1. or download this
    my @tokens;
    while ($input =~ /\G( pattern...  )/gcx) {
    ...
    if (pos $input < length $input) {
      say "Parse error at ....";
    }