| Recent Answers from Marty Landman |
 |
2008-07-08 delete files from a cgi script: Balaji, Yes it is totally possible. Check the return code, and write back with it for me to see. Also look in the server error log for messages that may help. Finally, verify that the permissions...
|
2008-07-01 Perl cgi function to check if an http web site exist: Shapoor, You could use LWP to get the homepage. use LWP::Simple(); my $home = get 'http://www.sitetocheck.com/'; -- Marty Landman, Face 2 Interface Inc. Drupal Development Blog: http://drupal...
|
2008-04-29 Replacing a string in an array of strings.: Aneesh, Have you considered using the find method of the string class? You can read more about this on http://littlelink.webtrouble.com/?3Y5j -- Marty Landman, Face 2 Interface Inc. Drupal...
|
2008-04-29 Link MS Excel with INternet Explorer: Bankim, There are two different approaches you can take here. First, you can try and do your highlighting in Excel if that's possible. I don't use Excel very much and don't know if this is possible...
|
2008-04-27 Creating a Form with Capcha using Godaddy.: Jody, I'm unfamiliar with Godaddy's gdform, but suggest you look at the Captcha site at http://www.captcha.net/ and see if you can make this work for your situation. You might also ask GoDaddy for...
|
| More Answers for "Perl & CGI" |