RE: Send e-mail attachment

2001-11-27 Thread Paul Jasa
Good question. I think that is done so that you can write other things to the LETTER prior to mailing it? Paul -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 8:02 AM To: Paul Jasa; [EMAIL PROTECTED] Subject: RE: Send e-mail

RE: Send e-mail attachment

2001-11-27 Thread Paul Jasa
Paul, one of my favorite lines in my scripts is: open LETTER, "|mailx -s "SUBject Here!!" someone\@somewhere.com < /some/file"; open LETTER, "|mail -s "SUBject Here!!" someone\@somewhere.com < /some/file"; This sends an email with an whatever is in /some/file in the body. I don't know if this

Q: Can Perl interact (two-way chat) with other scripts (processes)????

2001-09-08 Thread Paul Jasa
expertise, and have a great weekend! Paul Jasa -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Reg exp into variable

2001-09-06 Thread Paul Jasa
. Thanks again!! Paul -Original Message- From: Jeff 'japhy/Marillion' Pinyan [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 3:32 PM To: Paul Jasa Cc: [EMAIL PROTECTED] Subject: Re: Reg exp into variable Importance: High On Sep 6, Paul Jasa said: >How do I put s

Reg exp into variable

2001-09-06 Thread Paul Jasa
How do I put something I am looking for, and find, with a reg expression INTO a variable? I want to put the IP that the reg exp finds into the $ip variable, and I can't get it to work. Thanks foryour help!! Paul while ($iplist) { print " this is in the first line: $iplist\n";

'CRAZY t" driving me loco: help!!

2001-09-05 Thread Paul Jasa
ight provide to us. I was wondering if any of you have seen this occur at any time, and if there is a fix to this. Thank you for your replies in advance. Paul Jasa -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: to copy a file (with perl)

2001-06-25 Thread Paul Jasa
of doing these very common while loops. Paul Jasa -Original Message- From: Paul [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 7:20 AM To: Stphane" JEAN BAPTISTE; PERL Subject: Re: to copy a file (with perl) Importance: High --- Stephane JEAN BAPTISTE <[EMAIL PROTECTE

RE: mail

2001-05-23 Thread Paul Jasa
Personally, I like the one liner: open (LETTER, "|mailx -s \"TITLE HERE\" someone\@some-domain.com") || die ("cannot open mail"); Paul Jasa Qwest Cyber.Solutions (408) 281-5295 -Original Message- From: Yacketta,Ronald J [mailto:[EMAIL PROTECTED]] Sent: W

running Perl scripts in Windows as an .exe file

2001-04-28 Thread Paul Jasa
Could anyone tell me whether Perl needs to be installed on an NT box in order to run a Perl script from windows? Or better yet, is there a way to make a Perl script an executable file in Windows? My goal is to write a small network script but I want to be able to run it from my WinNT box, is t

Dividing up text files, HELP!!

2001-04-17 Thread Paul Jasa
nipulating a regular expression, but the problem becomes how do you tell the expression to START at a certain point, and END at another, FROM LEFT to RIGHT.Any help would be much appreciated! Paul Paul Jasa <<...OLE_Obj...>> Network Operations Center S