Re: Ping Results

2003-01-30 Thread Mat Harris
ng > Providing Internet Solutions that work! > http://www.thunder-rain.com > Tel: 1(985)902-8484 > MSN: [EMAIL PROTECTED] > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Mat Harris OpenGPG Public Key ID: C37D57D9 [EMAIL PROTECTED]www.genestate.com msg07475/pgp0.pgp Description: PGP signature

Re: Running a Perl program countinuously

2002-11-18 Thread Mat Harris
decide if I need to start it or not on ... lets say each hour? > > Thank you. > > > Teddy, > Teddy's Center: http://teddy.fcc.ro/ > Email: [EMAIL PROTECTED] > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands,

Re: Has Perl extra memory!?

2002-10-01 Thread Mat Harris
oblem. > >Basically the first formulary you fill is well executed, and after that > >there is no way to tell when it'll start to bug! Sometimes it executes the > >formulary you have filled three or four times before! > > > >I hope someone could h

Re: GPL - how does it work

2002-09-19 Thread Mat Harris
:In other words how can you use Perl modules under GPL in commercial > AA:applications without making your application public ? > > you should ask a lawyer. > > perldoc -q 'hide the source' > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: Mail::Sendmail question

2002-08-22 Thread Mat Harris
l", > Message => "This is the message body.\n" > ); > sendmail (%mail) or die "sendmail failure sending to $mail{to}: $!\n"; > exit (0); > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Mat Harris OpenGPG Public Key ID: CC14DD34 [EMAIL PROTECTED]www.genestate.com msg06334/pgp0.pgp Description: PGP signature

Re: bad interpreter

2002-08-21 Thread Mat Harris
it's ok, it was written on windoze so it had the ^M in it. dos2unix'd it and it works fine. On Wed, Aug 21, 2002 at 09:14:14AM -0400, zentara wrote: > On Wed, 21 Aug 2002 09:51:09 +0100, [EMAIL PROTECTED] (Mat > Harris) wrote: > > >why, when i try to run one of my cg

bad interpreter

2002-08-21 Thread Mat Harris
f any bugs with it or another reason why i get this apparently incorrect error. -- Mat Harris OpenGPG Public Key ID: CC14DD34 [EMAIL PROTECTED]www.genestate.com msg06311/pgp0.pgp Description: PGP signature

Re: Network Programming

2002-08-14 Thread Mat Harris
device, retrieve and filter email. > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Mat Harris OpenGPG Public Key ID: CC14DD34 [EMAIL PROTECTED]matthewh.genestate.i989.net msg06203/bin00

Re: Odd boxes after uploading

2002-07-07 Thread Mat Harris
a common problem. it is because the file was saved with window line-endings. this means that when you open it on a unix box, you will see '^M' at the end of every line. if you have access to a unix shell account, you can run the conversion program as follows: # dos2unix -n infile.cgi outfile.