Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I second dws's Re: Run Perl on the Server Locally comment - it's not exactly clear where you want to go with this.

But I might be able to shed some light on why your pages are no longer working when expected. When you change a link in your pages to

\\servername\please\execute\this.pl

I assume you want this URL to point to a file on the local system (the URL is broken BTW, you just are lucky most browsers are smart enough to work around the brokenness).

Upon encountering this URL, the browser will happily go and read the file but become hopelessly confused as to what it's actually reading, because you're not feeding it HTML but Perl, and Perl will certainly confuse your average browser.

To summarise your problem: you seem to be bypassing the webserver and instructing the browser go get the file locally. This will not lead to the expected result.

If you want to restrict access to your web pages and scripts, you should be looking at the configuration of your web server, not at your pages and scripts.

Then again, I could be misreading your question entirely in which case the above is as useful as trying to teach a camel to tapdance. Except that a tapdancing camel might actually be funny.

CU
Robartes-


In reply to Re: Run Perl on the Server Locally by robartes
in thread Run Perl on the Server Locally by peacemaker1820

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-24 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found