in reply to
is there a way to read list of arrays from a file
Take a good look at YAML
http://yaml.org
,
http://search.cpan.org/~ingy/YAML-0.66/lib/YAML.pm
, consider storing/reading your data as that.
Comment on
Re: is there a way to read list of arrays from a file
In Section
Seekers of Perl Wisdom