James Edward Gray II wrote: > If you have fixed width values, separated by spaces and with no spaces > in the values, you could use the super simple: > > @list_of_values = split ' ', $fixed_width_line;
No, unfortunately i do have spaces in values. Felix suggestion seems the right way to do it, thank you anyway. -- Zanardi2k2 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]