Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Odd behavior after upgrade of AS Perl

by LD2 (Curate)
on Aug 11, 2001 at 04:35 UTC ( [id://104099]=note: print w/replies, xml ) Need Help??


in reply to Odd behavior after upgrade of AS Perl

I'm not sure if this is the problem, but you may want to check the directories of where the web server thinks the files are located. It's possible you may need to add these lines:
# The following 4 lines are here only because the current directory fo +r # Microsoft IIS when running script on browser is always the root # directory of the web server. # You need to replace the path of the mck-shared and mck-cgi direct if + they #are at different location. BEGIN { push(@INC, 'C:\\inetpub\\wwwroot\\mck-shared\\'); #or wherever the scr +ipts are located. push(@INC, 'C:\\inetpub\\wwwroot\\test-mck\\mck-cgi\\'); #ditto here. }

Replies are listed 'Best First'.
Re: Re: Odd behavior after upgrade of AS Perl
by earthboundmisfit (Chaplain) on Aug 11, 2001 at 05:57 UTC
    Yes. Thanks. I have it pointing at a web shared directory and that's my temporary fix for it. This strikes me as a bit megabit on the insecure side and was hoping to find the right way of doing it. Google has been a goose egg for me thus far.

    I'm also wondering why the upgrade hosed me. I did a complete uninstall, but I may have some vagrant registry keys (??) to clean from the previous version. I really expected this to be a simple matter of copying the pm over to the new /Perl/lib directory..... Silly me.

    update: Checked the environment PATH var and even tried a bonafied #!shebang in the script itself. I did find some mention of a PERLIB var. Looking into it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://104099]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-20 15:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found