Hi,
A web form I implemented many years ago (so long that I used PERL instead of PHP which I hardly remember now), is being inundated with SPAM. Evn though the messages only go to the webs...
Hi Experts,
Is there any module to list the available printers on 64bit machine using Perl?
I able to get the list of printers on 32bit machines. :)
Also, I tried using microsoft tool "...
Hello there,
I want to insert an .jpeg image in to an email content.
suppose the email content is divided in to three parts.1st part contains the To addresss information after this a ....
Hi, I have 2 files as below
File1
id:segment:region
GB1:TEST:GB
GB2:TEST:EU
GB3:ABX:AU
File2
id:segment:region
GB1:ABX:AU
GB2:TEST:EU
GB3:ABX:AU
I want to compare these 2 file...
Guys, I am using perl to retrieve email messages from a POP3 account and I wish to extract specific lines of information from the retrieved data based on specific words such as "From:" PLease ...
I need to send a large number of users a mail with some info in it on the pst that was detected and what they need to do with it. I can do this with sending them one mail at a time from a mail...
I am trying to write a perl script to act on windows services similar to the dos commands:
sc stop <serviceName>
sc start <serviceName>
sc query <serviceName>
Any ideas?
Ok, I'm assigning 500 to what should be an easy question but 1) I need it quickly, and 2) it's driving me nuts.
Why doesn't "Event Log Watcher" get assigned to $process in the script below....
Hi Perl Experts,
I am writting a simple script to auto capture images for me of websites I browse (when I have the script running)
Is there a way to read the internet explorers temp dir?...
Hello. I want to use something like:
use LWP::Simple;
my $var=get("$auth_url",'$username','$password') or print "<b>Warning:</b> Could not connect to the access server.<br> Please make sur...
1) I need to write a perl script which reads a window directory and pass all the files (*.txt) from that folder to a Unix directory
i.e FTP from Window to Unix.
2) I need to wr...
Hi,
I'm trying to make a simple anagram solver, obviously using the already existing modules. I'm using Games::Word and Games::Word::Wordlist. A very simple version is online at http://www....
I'm needing to duplicate the functionality of an ActiveState 5.8 script that uses Net::SMTP::SSL to authenticate to my ISP's mail server -- only using perl 5.10. It doesn't look like Net::SM...
hello all,
i use formmail to send an email once a customer has submitted an air reservation form.
i use formmail as is. need to customize the thank you page"
and need to customize the ...
This is a small problem but its really annoying me.
Here is my code for a progress bar which pops up when my program begins running.
$progressbar = $mw->Toplevel();
$progressbar->title...
I have an array with a list of variables, many of them matching. I need to know how to output each unique variable, along with the number of times it appears in the array.
Hi,
I want to install Perl on my win32 machine. I'm looking at this link, which I think is the correct list of perl installers for windows:
http://www.cpan.org/ports/#win32
but wh...
I've been using Bformmail, a modified version of Matt Wright's Formmail for some time. (see code attached for details and urls) Works great. I have recently tried to implement a checkbox in a ...
I need a Perl script to do the following...
1. I have a collection of 40000+ audio and video files scattered across a file system. I would like to run a Perl script from a directory that...
Hi! I need to create a script that downloads a given page
1) http://www.domainname.net/search/
extracts from the page all the links that follow this pattern (where **** can be anything), a...
I have a xls sheet and I want to color it.
For example I am attaching a color.xls sheet here.
This sheet contains 3 coloumns now what I need that the no "35 " should be colored by red no "...
This question is a follow up on this http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23476422.html
I need to create a script that downloads a given page
1) http://ww...
Hi,
I've written quite a lot of scripts that all have a DBI->connect at the top of them.
If I call an exit(); at any point in the code will this inherently disconnect the database connec...
I need to run a perl in Active State for Windows that will check for a file on a webDav site If the file is not present then handle some exception. There is no proxy layer involved.
How do...
once i have accessed all the elements, how do i delete a hash and array completely without looping through each of them. I do not want them to comsume any memory anymore.
for array i know it'...