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 John Tel 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: jbarkawi
  • Content: Threads
  • Order by date
  1. jbarkawi

    Perl Redirect Script

    Hello, I am having trouble getting my perl script to redirect to another page. The code is very simple, and is nested within an if statement. It goes something like this: if(....whatever) { print "Location: http://www.site.com/"; } All it does is simply print that on the actual browser, not...
  2. jbarkawi

    Pattern Matching

    Hello, I am uploading a file to my server, and was wondering if anyone could let me know how to include a couple types of files. I located this general peice of code from the FAQ, but cannot seem to get the other file type right. Basically, I want the user to be able to upload text files...
  3. jbarkawi

    PERL SendMail Attachment

    Hello, I have been working on a simple Perl script that would allow people to send an e-mail and attach a file from thier computer. The server I am running is UNIX I believe. The problem is that I can attach files to the e-mail that are on the server, ie. "/home/www/domain_name/text.txt"...

Part and Inventory Search

Back
Top