Re: [Pdl-devel] interpol vs interpolate

2016-10-16 Thread David Mertens
Also, this works (append to end of Karl's example): ($y2) = interpolate $x2, $x, $y; These two routines differ in the context they expect to return to, and interpolate's behavior is a known Perl wart. Stever Haryanto gave a nice discussion of this Perl wart: http://blogs.perl.or

Re: [Pdl-devel] interpol vs interpolate

2016-10-16 Thread Joel Berger
We have explicitly removed all wantarray behavior from Mojolicious. In a web context it basically will always be a security vulnerability waiting for an unsuspecting application author. In PDL it is more likely to be a bug in waiting than a vuln but you never know. On Sun, Oct 16, 2016 at 8:20 AM