B10m
public text v1 · immutable#!/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";#!/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";