On 5/4/2010 5:42 PM, Derek Lamb wrote: > > Remember that while PDL is an extension to Perl, it's not necessarily > the end of the road. For example, you could write a script that would > query a database, feed the result into piddles, perform some > computation, create an image or plot, and then write out a webpage. So > just because you're using PDL doesn't necessarily mean it's distinct > from Perl. Nevertheless, many people use .pdl as their extension on > files that mostly use PDL.
I use .pdl as my PDL program suffix to indicate that it is PDL code based (and it makes the PDL::AutoLoader happy which is how I do quick development and extensions). --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
