DiskCache.pm (PDL-2.082) | : | DiskCache.pm (PDL-2.083) | ||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
OO: | OO: | |||
use PDL::DiskCache; | use PDL::DiskCache; | |||
$x = diskcache(\@files,\%options); | $x = diskcache(\@files,\%options); | |||
imag $x->[3]; | imag $x->[3]; | |||
or | or | |||
use PDL::DiskCache; | use PDL::DiskCache; | |||
$x = new PDL::DiskCache(\@files,\%options); | $x = PDL::DiskCache->new(\@files,\%options); | |||
imag $x->[4]; | imag $x->[4]; | |||
=over 3 | =over 3 | |||
=item \@files | =item \@files | |||
an array ref containing a list of file names | an array ref containing a list of file names | |||
=item \%options | =item \%options | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |