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 wOOdy-Soft 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: *

  1. monkeywithagun

    Renaming files using a script

    I've been using cgi-lib.pl (a library for parsing input), and i'm quite happy with it. I've gotten almost everything i want to work with so far. Using cgi-lib.pl and code like that which is found at: http://cgi-lib.berkeley.edu/ex/perl5/fup.cgi.txt I can upload a file. The problem comes...
  2. monkeywithagun

    Writing to Files

    I'm new to cgi/perl, so this is a a rather simplistic question. I am going to be writting data to an html file using CGI. After declaring my varibles the code would be: open(DAT,">$sitedata") || die("Cannot Open File"); print DAT "$sitename\|$siteurl\|$description\n"; close(DAT); Is there a...

Part and Inventory Search

Back
Top