Instead of printing it, append it to a variable:
my $output = ''; for ( ... ) { $output .= "$file:$@$filer_hash{$filer}},"; } print "Now have: $output\n";
In reply to Re^5: Data manipulation on a file
by Corion
in thread Data manipulation on a file
by sstruthe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |