Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rgee
  • Order by date
  1. rgee

    Running a Perl2exe

    I have a perl script. Works great!! I was wondering if it is possible to have it running from a web server which doesn't have Perl installed. I have gone as far as compiling the .pl file using perl2exe. I run the .exe at a DOS prompt and, hey, it still works!!! How can I run the .exe file as I...
  2. rgee

    Displaying Acrobat Files

    Can anyone give me a clue as to how I can bring up an Acrobat file into the browser using a perl script?<br><br>I've tried;<br><br>print &quot;location.href='/drawings/2121022a.pdf'&quot;;<br><br>but it don't work. I guess that's not the way to do it!!<br><br><br>Thanks in...
  3. rgee

    Stock Quotes

    Using LWP is fine for just nipping off and grabbing a load of html from someone else's site. I used this method for &quot;delayed quotes&quot;.<br><br>The problem is, all the sites that provide live quotes require a login/password.<br><br>Scott, If you know of a website that provides live quotes...
  4. rgee

    Writing/Appending to a .txt file

    Is it possible to use a JScript to open a .txt file and add some data from, say, a prompt dialog;<br><br>ie. when visitor clicks on a link, up pops the prompt requesting the visitors name. when they click OK, it writes the name into file 'visitors.txt'. The visitor continues on to the linked...
  5. rgee

    Grabbing your visitor's IP address

    Thanks M8
  6. rgee

    Grabbing your visitor's IP address

    Anyone know how to take the IP of the person visiting you webpage and assign it to a scalar?<br><br>I'm sure it's simple!!!!<br><br><br>Cheers<br><br><br>Rob

Part and Inventory Search

Back
Top