Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CGI Solutions: 1 - 25 of 222
 
I have a script (a.pl) that calls another (b.pl - it shows nothing graphically) when a button is selected. Now I need to take the output from b.pl to start another script (c.pl) that uses the ...
I have written a program in perl that, when given a server path, will report the size of every folder 1 level below the given path. The use for this is in determining the size of user home dri...
Hi Although I have a background in programming, PERL is completely new to me...and I'm getting nowhere fast!! Hoping you can help! I have obtained a PERL script that is used in conjuncti...
Hii ... i want to get IP Address for the PC ( Client MAC address ) by some CGI Code .... like this URL .. >> http://checkip.dyndns.org in this URL i can get my real IP Address for t...
I have an HTML textarea box that I want to save the input from into a text file. Instead of printing each 'Enter /return' on a new line I want it on the same line with <br> printed instead....
Does anybody have a script in perl to decrypt the password? Need it to autosend lost passwords to the user. Thanks!
I have created a grade book for myself to record my student's math grades. I want to compare the date that I gave the assignment with the quarter's beginning and ending date to show all grades...
Ok, I know how to use Net::SMTP to send messages with a single recipient but I am having problems using $smtp->bcc(). I want to send to multiple recipients in the bcc field. I have tried varia...
I have a cgi script that uses some javascript functions to display a popup calendar for choosing dates. Thejavascript calls an HTML file named calendar.html as the base for the calendar. Whene...
I want to store an encrypted string in a cookie. I will keep a key stored in a config file or database I want to be able to decrypt the string after reading the cookie I want to use the sto...
I am new to Apache.  I installed Apache 2.0.43 and I have it running on my local PC.  I have a file index.cgi that is working on another local PC but will not work on my PC.  I have been worki...
I'm not an expert in Perl by any means, but here I went ahead and wrote a tiny login script.  I would like to make the script as secure as possible, both from a malicious user entering in bogu...
I have a line of code that compares 2 dates.  The program will allow you to continue if the current date is before the date in the database.  The problem is the date has to be in the format of...
I'd like to replace all "@" in returned FORM input values by HTML "&#64;": $value =~ s/\@/&#64;/g; Problem is: the semicolon seems to terminate the line. I tried "\;" but that won't work...
What is the best way to do this? I have a client program (http client or web page) that sends employee info to the database for update. Let us say it send address information (empid, street...
When running the Exchange Best Practice Analyser we receive a warning that our passive Single Copy Cluster mailbox server is partially configured. 'ClusteredMailboxServer' is partially conf...
I am using CGI::Session to pass variables from page to page (DBI as the data source for session data). I want to use MD5 or other encryption to encrypt password. I have a user table and a s...
How do I write a small perl script to output the current date with the format that looks like this: 22/Apr/2007:00:21:18 -0800 I tried this:  $time_stamp = `date`; print DATA "$time_stam...
i currently am running MS IIS server and can run asp, php and perl on it, but now want to run cgi scripts! when i installing perl to run on IIS i though it mite allow cgi scripts to run too...
This is killing me. We turned on our cluster today so I need to update all of our Awstats programs to get stats from the second machine as well. I had a really hard time finding documentati...
Hi, I am a Perl developer having 3 years of experience in Perl programming. After a long time I going to attend interview on CGI-Perl. I know the Perl questions mostly asked for Interviews...
I want to set post/get parameters in a perl script with out doing a post/get. I have a script that allows people to manipulate data in the QA environment... While doing so, their actions ge...
Do anyone has a triple DES algorithm sample to try on (encrypt & decrypt) ? Or do anyone has a link to the standard triple DES API for C(Linux) ?
I have a CGI program that will report on the IP address of visitors to my site. How can I find out the name of the ISP that the IP address belongs to? Thanks
I would like to change the recipients name when sending formmail on different web pages in my GoDaddy linux host account.  GoDaddy only offeres gdform.cgi which only allows 1 email address for...