Re: perl script help

2011-10-13 Thread james varghese
Thanks for the Suggestions Ken Slater and Jin Gibson. Sorry for the missing information's. Exactly what you people predicted is correct.($k is a file counter starting at zero, and $Line_Counter is a line counter starting at one) Script is modified according to the suggestions given by you and no

Re: perl script help

2011-10-11 Thread Jim Gibson
On 10/11/11 Tue Oct 11, 2011 5:31 AM, "james varghese" scribbled: > hi, > I am new to perl programming.I am trying with the following script and > need help for it. > > I consolidated 10 excel files(in .txt format) which has same headers > in it and so i made it 1 common header at the top.Whil

RE: perl script help

2011-10-11 Thread Ken Slater
> From: james varghese [mailto:james2...@gmail.com] > Sent: Tuesday, October 11, 2011 8:31 AM > To: beginners@perl.org > Subject: perl script help > > hi, > I am new to perl programming.I am trying with the following script and > need help for it. > > I consolidated 10 excel files(in .txt format)

Re: perl script help

2006-04-04 Thread Irfan J Sayed
Thanks Ryan. It is working now. Regards Irfan Sayed Ryan Gies <[EMAIL PROTECTED]> 04/05/2006 11:18 AM To Ryan Gies <[EMAIL PROTECTED]> cc beginners@perl.org Subject Re: perl script help > Your file should be at: C:/per/lib/Mail/Sendmail.pm > Uh, make that:

Re: perl script help

2006-04-04 Thread Ryan Gies
Your file should be at: C:/per/lib/Mail/Sendmail.pm Uh, make that: C:/perl/lib/Mail/Sendmail.pm -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl script help

2006-04-04 Thread Ryan Gies
If you have sendmail.pm (with a lower-case 's') it surely isn't the same thing as Sendmail.pm (with an upper-case 'S'). The MS Windows PATH environment variable is much different than Perl's @INC. Fortunately for you, your @INC includes C:/perl/lib. Your file should be at: C:/per/lib/Mail/Se