Ubuntu Pastebin

Paste from B10m at Mon, 28 Apr 2008 16:01:39 +0100

Download as text
1
2
3
4
5
#!/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";
Download as text

Your name (30 characters max)