GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DELTA(1) User Contributed Perl Documentation DELTA(1)

PDL::Delta - PDL changes between V1.0 and V2.0

This file is an attempt to list the major user-visible changes between PDL versions 1.0 and 2.0.

    $a = zeroes 10,10;
    $$a{FOO} = "bar"

doesn't work. They are currently scalar references (to opaque C structures in finer terms) because of speed as well as syntactic issues. If you want to have a hash, use

    $a->hdr()

which returns a reference to an anonymous hash. Also, subclassing works if you store a piddle in the hash member ``PDL''.

There are also many core enhancements to support Dataflow and Slicing tricks, but these do not introduce any incompatibilities.

rgrep
Order of the arguments has changed.
copy method
No longer copies the header. This may not be a misfeature.

Many of the base and library pods were updated.

The Changes file for exhaustive details on what changed.

The INSTALL file for how to build PDL.

The README file for general stuff.

pdldelta was inspired by perldelta man page in the Perl 5.004 distribution.
2018-05-05 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.