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...
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....
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...
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...
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 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 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'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...
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...
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...
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 "@":
$value =~ s/\@/@/g;
Problem is: the semicolon seems to terminate the line. I tried "\;" but that won't work...
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...
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 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 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...
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
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...
perl cgi question:
How do I get a list of defined cgi params from a post/get?
Let's say param('name'), param('address') are defined.
How can I get a list of those names (name, address...