On Tue, 17 Apr 2001 10:36:22 -0700, Bill Doucet wrote:

>I'm looking for ANYONE who has had any experience with OpenSRS and teh Mac .

I haven't.

>Failing that I need a bit of info about an error message I am getting:
>
># Global symbol "PATH_LIB" requires explicit package name.
>File 'Macintosh HD:*NETWORK
>SOFTWARE:webstar:cgi-bin:opensrs:cgi:reg_system.cgi'; Line 9
># BEGIN not safe after errors--compilation aborted.

That is an error message typically produced by using strict. Somehow,
your PATH_LIB whatever that may be, isn't properly declared. Perhaps the
author was expecting this to be used as a literla string, bputting it
between quotes ought to help.

Could this point to an environment variable? Environment variables
pretty much don't work on a Mac. Don't depend on them. Find a
workaround, for example setting a variable in the script.

-- 
        Bart.

Reply via email to