All pastes #1000812 Raw Edit

B10m

public text v1 · immutable
#1000812 ·published 2008-04-28 19:56 UTC
rendered paste body
#!/usr/bin/perl

my @test = qw(Just another Perl Hacker);
print "Testing private paste with this markup evilness: ", $#test, "elements\n";
print "Of course, ", join " ", @test, "\n";