Constructors:
use GQE; $array1 = ARRAY->create( name => "ArrId", # mandatory cols => $nc, # mandatory rows => $nr); # mandatory $array1 = ARRAY->locate( name => "ArrId"); # mandatory $array1 = ARRAY->read( name => "arrname", # mandatory format => "fio", # default: fio file_name => "..."); # default: name
In addition to these methods the following instance methods are available:
$a2 = $a1->copy( c_new => "ival1", # A2 is a magnified copy of A1. r_new => "ival2"); # IVAL1 and IVAL2 are the new column/ # row number, multiple of the # original values. $ret = $a1->write( format => "fio", # default: fio file_name => "...", # default: name noconfirm => "yes"); # default: "no"