Pasted perl code

Created by b10m - 28 April 2008 22:07:56 CEST - Viewed 143 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 3 months ago
    - 3 months ago
    - pasted array/list by ~zombie 2 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.