Re: Disabling a service

2002-10-03 Thread Adam Ingerman
yes, coding for maximum computer resource efficiency is important. yes, coding for maximum human readability is important. so you need both. preferably have the most efficient code you can get, and document it. especially with comments in the code. it adds to the file size a bit, but I doubt ig

Re: Mailing Form Data?

2002-09-25 Thread Adam Ingerman
>Hello, > >I've just recently written a perl program that decodes data sent from a >form and generates an HTML document which lists the decoded data. (Yeah, >i'm pretty new to Perl) The program works fine, but how do I get my program >to send the decoded data, once it receives it from a submitt

Re: removing and replacing

2002-09-09 Thread Adam Ingerman
to swap all spaces for commas, use $swapout=~s/\s+/,/g; _ Send and receive Hotmail on your mobile device: http://mobile.msn.com ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsub

Re: regex help....

2002-09-06 Thread Adam Ingerman
>To keep this simple. >On the text string I would like to: >Simple plan: >1. replace all spaces with commas >2. strip all information before the date > >=== Text string > 172.16.54.132 ssjobhnd Sun Jun 16 10:40:10 2002 SNBJH_3710J Task 1: KB >transferred 8124972.2 Task time 830 s. Through