Re: reading an array and using foreach

2002-02-21 Thread Chris Snyder
When you shift an array, you get the element with index '0' returned, and now element indexed as 1 becomes 0, index 2 becomes index 1, etc. Everything shifts down a notch, and the original element that was indexed with 0 is now gone from the array. I believe that if you attempt to shift an

RE: Simple code to send e-mail vi sendmail

2002-02-21 Thread Giorgio di Bono
Ciao All, the question is very interesting. For simple sending i develop a script using Net::SMTP, nice, simply and efficient. I have now another question, i think a bit complex. This is the scenario: an application call sendmail to send notification and/or some messages. This application can

Re: Terminal Server Settings

2002-02-21 Thread Jenda Krynicky
From: Louie Iturzaeta [EMAIL PROTECTED] I just got tasked with writing a Perl script that would change the Terminal Server Profile Path and the Terminal Server Home Directory for all of our Terminal Server Users. Is there a module or way to change these settings in perl?