On Wed, Nov 02, 2005 at 04:44:35PM -0800, Stephen A. Jarjoura wrote: > Hello, I've been trying to use the Text::Balanced module, but having > no luck at all. I've read the manpage a dozen times, and still don't > know why my (very) simple test cases fail. > > Any insight, into what I'm missing, would be appreciated.
I believe these all fail because T:B expects the whole string to be enclosed in quotes: "A test of a 'quoted' string" <b>tagged text <a href="something">here</a></b> etc... The pod says that by default, the only prefix it'll skip is \s*, though it can be modified. Dan -- Dan Boger [EMAIL PROTECTED] _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

