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: perlcoder
  • Order by date
  1. perlcoder

    Is it possible to call variables and subroutines that are...

    hehe, that star thing happened last time to me. Don't worry, it'l go away:)
  2. perlcoder

    questions about TK

    I want to write an exe program using TK. Any idea where do i start? Also when you write programs using TK, do you put the usual #!/usr/bin/perl line? And do you save that as .pl or .exe?
  3. perlcoder

    Automated Email

    Sorry but I don't exactly know what you're talking about. I used to do that on text files. Here's something similar: open(MFILE, &quot;mails.txt&quot;); @email = <MFILE>; close(MFILE); foreach (@email) { open(M, &quot;|/usr/lib/sendmail -t&quot;); print M &quot;To: $_\n&quot;; print M...
  4. perlcoder

    simple SQL Question

    Thank you, dragon.
  5. perlcoder

    simple SQL Question

    I know it's outa topic, but how many MB is 4 GB?
  6. perlcoder

    Perl Script

    Thank you!
  7. perlcoder

    Perl Script

    I am in desperate need of a Perl script that would read from the text file containing a list of website URL's, then read the source code from each removing all the HTML tags. Do you have one handy by any chance, and if not, do you know where to get one? Greatly appreciate any help.
  8. perlcoder

    Can someone make a login script for me?

    I know there are millions of things are free but i'm just saying from my point of view. Yes, you're also right and thanks. Hey, even this Forum is free. :-)
  9. perlcoder

    Web site authentication

    Please could you advise on the best way to password protect certain areas of our site. We are using Dreamweaver UltraDev 4 to create our web pages and our site is hosted on a NT box. The senario is that we wish to use our list of members, with unique membership numbers, and only allow them...
  10. perlcoder

    MacPerl

    I am running a Mac server using Webstar 4.4 on OS 9.1. It has its own mail server (SMTP/POP/IMAP/LDAP) and a built in FTP server as well. I was looking for a CGI script that would take form input and email a copy of the output to the submitter as well as a predefined email address and also...
  11. perlcoder

    commerce.cgi

    I installed a commerce.cgi which is shop cart program. Searched a possible modification to extend fucntions. http://groups.yahoo.com/group/commercecgi/message/5321 if you see this page there is a modification which enables to pay online and offline. I could follow and change with what they...
  12. perlcoder

    password protected folder

    I was wondering how to print out to a web page when it is in a password protected folder. I have a simple Perl CGI program that gets user input from a form and then prints it out according to category. It works perfectly except for the one in the password protected folder. I have the password to...
  13. perlcoder

    installing scripts on Windows 2000 SSL

    using WSFTP for upload. Uploading .pl files using ASCII ONLY. I am trying to run Matt's script FormMail on Secure Socket Layer of windows 2000 server. the directions for upload that I got from my hosting company say I must put my FormMail.pl in my secure file that they have provided on my root...
  14. perlcoder

    shopping cart question.

    Thanks for the support!
  15. perlcoder

    shopping cart question.

    the url is: http://www.stevespages.f2s.com/
  16. perlcoder

    shopping cart question.

    I have been trying to adapt a free shopping cart on the Web site I am building for a friend. Its configuration was very difficult, but between the original version and the new version, I was able to make quite a few improvements, like the creation of a &quot;Thank you&quot; Web page at the end...

Part and Inventory Search

Back
Top