Pasted perl code

Anonymous paste - 29 April 2008 13:28:23 CEST - Viewed 126 times

#!/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";

Paste tree

- by b10m 7 months ago
    - 7 months ago
    - pasted array/list by ~zombie 6 months ago

Submit a correction

Hashbin is currently in BETA version, please report any bugs/design/spam/abuse/problems/etc to hartym (at) dakrazy (dot) net.
Thanks.