Help for this page

Select Code to Download


  1. or download this
    # Consume matching text, if found next:
    sub eat {
    ...
            if  $peek;
        return 1;
    }
    
  2. or download this
    # Consume matching text, if found next:
    sub eat {
    ...
            if  $peek;
        return 1;
    }