On Sat, 2009-12-05 at 08:45 -0500, Someone Something wrote: > SUPER is a class that controls the superclass of the current class. > Look here: http://search.cpan.org/~chromatic/SUPER-1.17/lib/SUPER.pm > > So, what that means is, run the encrypt method/subroutine/function of > the superclass of the current class. Thank you for that :-) Some reading to do :-)
> Something I would highly > recommend is dive into Beginning Perl write a load of just little > programs that maybe are useful or maybe not. For example, write a > program that lets you experiment with regular expressions, by taking a > string input and then taking an expression input then see if it > matches. I've done a few of those, but my simple code does not look as sophisticated as much that I see written by pro's. That's why I'm looking at other peoples work to try and understand what is going on. Thank you kindly for your help. Rob -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/