RE:non-Perl Windows Scripting

2003-10-27 Thread Alberto Adrian
Hi, I haven't read all the answers, but this might help you: * I like programming in Perl, just because it works great at LINUX- Let's agree that it is such an important part of LINUX as AWK, GNU or C. * LINUX = WWW. * I need to learn more about LINUX but there is so much to learn that I thoug

RE:'which' functionality in Perl

2003-09-28 Thread Alberto Adrian
You should try this: http://search.cpan.org/~sdague/ppt-0.12/  . It provides you all the *NIX utilities working in Perl and in DOS. There are lots of these *NIX tools, nowadays (Sourceforge). But what is interesting of this one is that you can get the code and learn a lot about how they are im

RE: Sendmail.eml

2003-08-05 Thread Alberto Adrian
I have no problem reading all emails (even HTML correctly ) using Netscape 7.1 's with my Netmail account. I can even compose in HTML. But as I am subscribed just to the Digest, I am not able to reply to only one message. I have to send a new one and copy the subject. If you need an Email Agen

Re: CGI Error

2003-07-27 Thread Alberto Adrian
Hi all, i got a CGI Error message ...  I think that you are mixing it up. Perl syntax allways ends commands with ';'. I am also learning but haven't arrived yet to perl modules. I am only programing with plain perl. I need to learn the basics first! print header ; ## NOT ',' but ';'