On 6/12/2011 8:26 PM, chm wrote:
I've added some code to allow simpler selection
of the original PDL::NiceSlice functionality or
the new Filter::Simple approach. To use:

(1) set PDL_NICESLICE_ENGINE to PDL::NiceSlice2

To clarify, set the PDL_NICESLICE_ENGINE environment
variable to the string 'PDL::NiceSlice2'.  E.g.,

  export PDL_NICESLICE_ENGINE=PDL::NiceSlice2

in bash.  Similarly for other shells and platforms.
Feedback appreciated.

(2) use PDL::NiceSlice as usual
(3) you should get a message indicating that
you are using the new code

Enjoy and Happy PDL-ing!
Chris

On 6/12/2011 1:16 PM, chm wrote:
I've just pushed new version of PDL::NiceSlice2 to
git. It should be a drop-in replacement for the
current PDL::NiceSlice.

To try it out, just do a clean build from the
latest git. Then you just copy blib/lib/PDL/NiceSlice2.pm
over blib/lib/PDL/NiceSlice.pm and you should be
using the new code.

The new implementation should avoid false filtering
of perl q{} and other quotelike constructs.

Feedback welcome!
Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to