On Wed, Sep 21, 2016 at 09:26:08AM -0400, gi1242+f...@gmail.com wrote:
> One thing I wouldn't mind added is "here documents". I use FvwmPerl
> quite a bit and my config is full of things like
> 
>     + I SendToModule perlwops eval \
>       my ($NEWX, $WIN) = (0, undef); \
>       foreach $WIN (@b) { \
>           $NEWX = $WIN->{x}+$WIN->{width} \
>           ... (10 more lines)
>     
> It might make things more readable if I could do 
> 
>     + I SendToModule perlwops eval <<< "EOF"
>           blah
>       EOF
> 
> instead without having to worry about the backslashes.

I think this is reasonable; I'll add it to the document.  Thanks.

-- Thomas Adam

Reply via email to