Re: [code-review] Lingua::EN::NamedEntity
Matthew Simon Cavalletto <[email protected]> Fri, 26 Sep 2003 12:47:56 -0400
| Newsgroups | gmane.comp.lang.perl.code-review-ladder |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, September 25, 2003, at 04:53 PM, Kristofer Hoch wrote: > Is this module intended to be used on both Windows and Unix? The > reason I ask is because I didn't see anything specifing that it was for > Unix only and the 'getpwuid' is not implemented in ActiveState's 5.6 > version or 5.8 versions.... > > C:\>C:\Perl\5.6.1_635\bin\perl -e "print getpwuid(4)" > The getpwuid function is unimplemented at -e line 1. > > C:\>C:\Perl\5.8.0_806\bin\perl -e "print getpwuid(4)" > The getpwuid function is unimplemented at -e line 1. Kristofer raised a good point off-list, quoted above. This might be another argument for putting the database files in the install path... -Simon