At 4:58 PM -0600 1/22/00, Matthew Langford wrote: >On Sat, 22 Jan 2000, Paul Schinder wrote: > > > Does ParseCountryList.pm define the package ParseCountryList? Does > > it end with a 1;? > >Yes, and yes. > >The end of ParseCountryList.pm looks like this: > > >1; > >__END__ > >=head1 NAME > >and below I put a little pod. This shouldn't have any effect below the >__END__ statement, right? It hasn't changed in that respect since before >when it worked. > >Why is it looking for ":Foo.pm" instead of just "Foo.pm"? "Foo.pm" >is assumed to be in the current directory on the Mac, right? Why isn't >the leading ":" stripped off? Shouldn't matter, though, I suppose. FWIW, >the file is on an HFS+ formatted drive. I'm really reaching. You've got a null string in @INC, maybe? Try printing @INC out with | around each entry. My iBook uses HFS+ as well, so that's probably not it. You might try running Disk First Aid or equivalent and see if anything turns up. > > >-- >MattLangford -- Paul Schinder schinder@pobox.com # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org