in reply to Re: max string len
in thread max string len

Seeing your example here, I imagine you want something like this:
my $command_str = join('', <SQL>); printf("%s\n", $command_str);