Date conversion

2003-09-28 Thread Noushad Dawood
Friends...need help on converting a date read from csv file. What i need is to convert 20-Sep-03 to 20030920. Is there any function to do this? Regards, /nd ** The contents of this mail are personal opinions of the Author. A

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