http://www.perlmonks.org?node_id=1006506


in reply to Re: Regex to compare (if) two strings (Uniquely - I will explain inside)
in thread Regex to compare (if) two strings (Uniquely - I will explain inside)

Label not found for "next INPUT" Why I am getting this error when I make mistake not to put a word that can not be created from the provided letters

  • Comment on Re^2: Regex to compare (if) two strings (Uniquely - I will explain inside)

Replies are listed 'Best First'.
Re^3: Regex to compare (if) two strings (Uniquely - I will explain inside)
by frozenwithjoy (Priest) on Nov 30, 2012 at 20:17 UTC
    Can you show what you did to get this error? I can't replicate your problem.
Re^3: Regex to compare (if) two strings (Uniquely - I will explain inside)
by kcott (Archbishop) on Dec 02, 2012 at 04:09 UTC

    Echoing ++frozenwithjoy's comments, you'll need to show under what circumstances this isn't working for you. Please provide (within <code>...</code> tags) exact input, output and any error or warning messages - details for doing this can be found in: How do I post a question effectively?

    -- Ken