The user was too lazy to give a description
#!/usr/bin/perl my @test = qw(Just another Perl Hacker); print "Last index of the test list is:", $#test, "\n"; print "Oh, of course ... ", join " ", @test, "\n";