Re: Mail Send problems 1.6 CVS

2001-07-05 Thread David Monarres
I have had the same two problems with 1.16 and cvs (same day). The problem with sending mail seemed to be solved when I ran my MTA as a deamon, not through inetd. (do not know if that will help) The address thing I really haven't found a work around for. David Monarres <[EMAIL PROTECTED]

Re: Filehandles

2001-06-23 Thread David Monarres
quot;hello"; I hope that helps. David Monarres <[EMAIL PROTECTED]>

Re: CR LF with UNIX and Windows (DOSish?)

2001-05-26 Thread David Monarres
Have you tried setting the $/ (input record seperator) and $\ (output seporator) variable for all of your scripts to the same thing accross platforms. I don't know if the perl script also creats the data but if it does you can use the "\oXXX" control code to set this accross p

Re: udp redirect

2001-05-25 Thread David Monarres
Ronald, I know that this doesn't directly anwswer your question but chapter 18 of Lincon Stein's "Network Programming with perl" is all about UDP servers. I am not quit ethere yet so I really cannot help you but that might give you a clue. David On Fri, 25 May 2001 08:47:13 "Yacketta,Ronald J" wro

Re: ip addresses and getting them in perl

2001-05-24 Thread David Monarres
goes down/up. SO I would have to know the hostname before I look for the ip. I only will know the interface name before I poll the link. Does anybody have a perl way to get an ip from a specific interface. David Monarres <[EMAIL PROTECTED]> ps. sorry if you have already answered this and I m

Re: XML

2001-05-07 Thread David Monarres
ke it should be included in the package that you rquested. I would try to install XML::Parser. David Monarres <[EMAIL PROTECTED]> On Mon, 07 May 2001 08:01:30 Stephen E. Hargrove wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm trying to install Bundle::

Re: Skipped lines

2001-05-04 Thread David Monarres
On Fri, 04 May 2001 13:29:06 Steve Neu wrote: > I was thinking CTRL-C would exit the program prematurely without printing > anything but I didn't try it, so I am probably wrong. > > I thought that CTRL-Z was the key combo in the Windows world. (but for 2000 I do not kno

Re: I am a real begginer to perl......

2001-05-02 Thread David Monarres
o read in a word and reverse it's contents. Not critical but it has intrigued me. Thank you in advance David Monarres <[EMAIL PROTECTED]> On Wed, 02 May 2001 12:29:08 Me wrote: > > "how do I tell perl to open a file for reading, do various > > commands, and then output th