Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Perl cgi on IIs - path question

by dree (Monsignor)
on Jun 11, 2002 at 22:51 UTC ( [id://173686]=note: print w/replies, xml ) Need Help??


in reply to Perl cgi on IIs - path question

As I said in this node :

IIS doesn't like relative paths!
This would work for you:
($relative_path=$ENV{SCRIPT_NAME}) =~ s|[^/]+$||; $absolute_path=$ENV{PATH_TRANSLATED}.$relative_path; $myfile=$absolute_path.'myfile.tmpl'; &Template($myfile,\%form);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-19 10:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found