All pastes #1000825 Raw Edit

B10m

public text v1 · immutable
#1000825 ·published 2008-04-28 20:04 UTC
rendered paste body
#!/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";