Hello, changing the following line in Interchange::Link:
push @out, $_;
to:
push @out, $_ unless /^\s*$/;
results in no blank lines in the delivered code. This is great for me
because I don't use textarea at all. I suppose a configuration option
that selects between one of the two above lines would be best.
Also, the latest version of Interchange::Link still includes the following line:
$SIG{PIPE} = sub { die_page($r); };
Removing that line immediately solved a problem I was having with
Interchange::Link where requests would periodically fail. The problem
and solution are outlined here:
http://www.icdevgroup.org/pipermail/interchange-users/2006-December/046735.html
I realize that removing that line isn't a perfect solution, but it is
much better than failed page requests.
- Grant
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.