in reply to Re^4: writing array element to a file
in thread writing array element to a file
It looks like you missed the square brackets around the array index in the print line.
print $out "vettore1\n"; # bad print $out "vettore[1]\n; # good
Cheers,
R.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: writing array element to a file
by francesca1987 (Initiate) on Apr 25, 2013 at 14:38 UTC |