Re: Name for barcode-reading module?

2009-02-17 Thread Smylers
Keith Ivey writes: > (It seems like object-oriented modules should have names that are > nouns, I agree. (The non-noun suggestions were in case your module isn't object oriented.) Smylers

Re: Name for barcode-reading module?

2009-02-17 Thread Keith Ivey
Now I'm leaning toward Barcode::Decoder. Thanks, Smylers! (It seems like object-oriented modules should have names that are nouns, but I don't know how widespread that idea is in the module-writing community.) -- Keith C. Ivey Washington, DC

Re: Name for barcode-reading module?

2009-02-17 Thread Bill Ward
On Tue, Feb 17, 2009 at 10:04 AM, Keith Ivey wrote: > Okay, it seems like Barcode is the best namespace for it. As Bill says, the > module is essentially OCR for barcodes, so if there were a good space for > OCR-related modules it might fit there, but there doesn't seem to be one. > > I've though

Re: Delivery Status Notification (Failure)

2009-02-17 Thread Bill Ward
Has anyone here worked with HTML::StripScripts? It seems to do what we want. On Sat, Feb 14, 2009 at 6:06 PM, Jonathan Yu wrote: > Hi: > > What about the other modules in "See Also" of that module? > > HTML::Sanitizer, HTML::Scrubber, HTML::StripScripts, HTML::Parser > > Cheers, > > Jonathan > >

Re: Name for barcode-reading module?

2009-02-17 Thread Smylers
Keith Ivey writes: > Okay, it seems like Barcode is the best namespace for it. ... the > module is essentially OCR for barcodes > > Barcode::Reader ... could give people the idea that it's for use with > barcode readers ... Right now, I'm leaning toward Barcode::Finder, or > maybe Barcode::Reco

Re: Name for barcode-reading module?

2009-02-17 Thread Keith Ivey
Okay, it seems like Barcode is the best namespace for it. As Bill says, the module is essentially OCR for barcodes, so if there were a good space for OCR-related modules it might fit there, but there doesn't seem to be one. I've thought about Barcode::Reader, but that could give people the id