Hi Ingo- This is a known limitation of the PDL::NiceSlice source filter in that it is not smart enough to ignore comments and strings.
http://sourceforge.net/p/pdl/bugs/330/ http://sourceforge.net/p/pdl/bugs/238/ There is a new engine using Filter::Simple that works for files (but not yet for the PDL shells) that can be used by setting the PDL_NICESLICE_ENGINE environment variable to 'Filter::Simple'. Regards, Chris On Fri, Feb 14, 2014 at 9:49 AM, Ingo Schmid <[email protected]> wrote: > Hi, > > This commented out fragment caused loading failure in NiceSlice; > > #return eval {eval("$op(". > > a no PDL::NiceSlice just before solves it. Nevertheless that shouldn't > be, I guees. > > Ingo _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
