Re: Looping regexes against a list

2015-01-19 Thread John Mason
On Mon, Jan 19, 2015 at 11:36 AM, Shawn H Corey wrote: > On Mon, 19 Jan 2015 11:18:01 -0500 > bill pemberton wrote: > > > I fail to see why a regex can only be changed by a programmer. please > > expand upon this. > > You shouldn't blindly trust input from a user, there should be checking/limit

Re: Mime::Lite sending email

2012-12-10 Thread John Mason
How about storing the date & time you have sent and email in a file then deleting the file when you detect problem has cleared? This way you could also add logic to send periodic alerts based on the time John On Mon, Dec 10, 2012 at 3:39 PM, Alvin Ramos wrote: > I have a perl script that is

Re: Help in Perl

2012-05-07 Thread John Mason Jr
On 5/5/2012 5:42 AM, S Peter wrote: Hi I am S. Peter, a beginner in Perl program, working in XML files. I have a xml files with the following coding. "$N$" I require a small script in perl to open any xml file and just copy and write only the command starts with " in a new file. If

Re: Help on Net::Telnet perl module

2011-07-11 Thread John Mason Jr
On 7/9/2011 2:46 PM, Irfan Sayed wrote: modified the code. my $t = new Net::Telnet (Timeout => 20, Prompt => '/bash\$ $/', Dump_Log => $filename, Input_log => $file, Errmod

Re: WMI

2011-04-16 Thread John Mason Jr
On 4/16/2011 9:00 AM, Mike Flannigan wrote: I used to run this script and it worked fine. Now is gives error Can't locate WMI.pm in @INC . . . Sure enough the module is gone and I can't find it in ActiveState ppm. Anybody know what happened to this module? I Googled and couldn't find the answe