in reply to (Beginner) Can 'qw' be implemented into a list?
In any case use Data::Dumper (it's core) to inspect the content of @SList
use Data::Dumper; print Dumper(\@SList) [download]
Cheers Rolf (addicted to the Perl Programming Language and ☆☆☆☆ :)
PS: Je suis Charlie!