Help for this page
use strict; my $list = { head=>undef, tail=>undef }; ... $list{tail}[0]= $newnode; $list{tail}= $newnode; }