revjim.net

perl blows, and so does your mom

Anyone know why this doesn’t do what I think t should do:


#!/usr/bin/perl

print POOP::printversion();
print “\n”;

package POOP;
use vars qw($VERSION);

$VERSION = “0.1.1″;

sub printversion {
return “VER:” . $POOP::VERSION;
}

1;

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>