Re: ascii string to characters—that's simple: my @arr = unpack 'C*', $x;
Not if its packed with 'Z*'.
Plus: Your '(Z*)*' is no substitute for 'd*'. Remember the OP said that d* worked for arrays of less than 10 values.
Tye called it above with binmode; your addition is unnecessary and wrong.
In reply to Re^9: Write Matlab binary MAT-files from Perl (repeat)
by BrowserUk
in thread Write Matlab binary MAT-files from Perl
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |