Hope this helpsFile reader code my ($in,$KKK); while( sysread(IN,$in,length(hello)) ) { $KKK .= $in; } my @R = map{ [ split /\s+/ ] }split /\n/, $KKK;
In reply to Re^2: insert element into an array
by Anonymous Monk
in thread insert element into an array
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |