Sponsored Links |
Tie::Array::PackedC 0.03 description
SYNOPSIS
use Tie::Array::PackedC qw(packed_array packed_array_string);
my $ref=packed_array(1,2,3,4);
my $ref2=packed_array_string(my $s,1,2,3,4);
use Tie::Array::PackedC Double=>d;
tie my @array,Tie::Array::PackedC::Double,1..10;
$array[0]=1.141;
Provides a perl array interface into a string containing a C style array. In other words the string is equivelent to the string that would be returned from the equivelent pack command (defaulting to pack type "l!") using a normal array of the same values. Eg:
my @foo=(1..10);
my $string=pack "l!*",@foo;
leaves $string in basically the same condition as
my (@foo,$string);
tie @foo,Tie::Array::PackedC,$string,1..10;
Its only basically the same and not exactly the same because the tie version may be longer due to preallocation.
| Download Tie::Array::PackedC 0.03 |
Tie::Array::PackedC 0.03 Free Download Copyright
Related Software to Tie::Array::PackedC 0.03
AVL Array is an STL-like container for C++ that fills the gap between vector.
Tie::Array::RestrictUpdates can limit the number of times you change elements in an array.
Set::Array Perl module contains arrays as objects with lots of handy methods and support for method chaining.
Array::Utils module contains small utils for array manipulation.
Array::Each::Tutorial - POD giving various examples how to use Array::Each.
Tie::FlatFile::Array is a Perl extension which treats a flatfile database as an array of arrays.
CPQ Array Daemon project keeps on monitoring your controller and checks for abnormal conditions.
Array-util is a small tool to get some information from a SmartArray controller.
IP-Array is a iptables firewall script written in bash.
Array Designer helps design thousands of efficient, highly specific oligos to make microarrays for SNP genotyping.