Hi,
  I have file to load into database...
the file contains fixed length records..

basically i need to check for record lengths before
loading into database..

suppose my fixed record length is 25
i have to read each record

then of recors length is more than 25, delete the 
chars after 25...basically truncate record length to
25

and if record length is less than 25 add some spaces
to make record length 25.....


how to do this in perl ?
I appreciate u r help...

thanks
-madhu



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to