Re: setting format explicitly

2011-10-11 Thread Rob Dixon
On 11/10/2011 21:38, Chris Stinemetz wrote: I am currently just trying to build my table structure for this program. I am getting the following error: Any help in resolution or advice is greatly appreciated. $ ./heh.pl Can't locate object method "format_name" via package "RAW" (perhaps you fo

Re: setting format explicitly

2011-10-11 Thread John W. Krahn
Chris Stinemetz wrote: I am currently just trying to build my table structure for this program. I am getting the following error: Any help in resolution or advice is greatly appreciated. $ ./heh.pl Can't locate object method "format_name" via package "RAW" (perhaps you forgot to load "RAW"?)

setting format explicitly

2011-10-11 Thread Chris Stinemetz
I am currently just trying to build my table structure for this program. I am getting the following error: Any help in resolution or advice is greatly appreciated. $ ./heh.pl Can't locate object method "format_name" via package "RAW" (perhaps you forgot to load "RAW"?) at ./heh.pl line 39, <$fh

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)

perl script help

2011-10-11 Thread james varghese
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.While doing it,in final output file i see a blank row at the beginning of every file c