Perl array vs list

Lists in Perl are not data structures, they are positions in the source code, determined by the context around them. Lists are basically the transient structures that Perl uses to move data around. You interact with them with all of Perl’s syntax, but you can not work with them as a data type. The data … Read more