Peter Farrar wrote:
>
> ## this part wont work...
> #foreach my $fieldname ( sort delim_sort(\%delimited_format) keys %
> {$delimited_format{fields}}){
> # print "$fieldname\t";
> # print ${${$delimited_format{fields}}{$fieldname}}{index}."\t";
> # print $delimited_format{delimiter}."
Hi All,
I'm playing with record formats. I need to be able to have more than one
kind of delimited
format available at one time. I've written a sort routine to get the
values in the order
I want, but it assumes one variable name (in this example that is
%delimited format). I want
something a l