On Feb 8, 2004, at 6:51 AM, Randy W. Sims wrote:
Hmm, I think a good exercise would be to write code snippets to
demonstrate the differences between the four method calls:
Package::method()
Is this really a "method call"? I think of it as a package qualified
subroutine call.
$class->method()
On 2/7/2004 1:23 PM, James Edward Gray II wrote:
On Feb 7, 2004, at 10:02 AM, Jeff 'japhy' Pinyan wrote:
On Feb 7, Jan Eden said:
{ package Mouse
@ISA = qw{Animal};
...
sub speak {
my $class = shift;
...
Animal::speak($class);
...
}
}
I was about to ask why it's w
On 2/8/2004 6:06 AM, Benjamin Walkenhorst wrote:
Hello everybody,
Can anyone point me to a good introduction to Perl/Tk?
I ordered "Mastering Perl/Tk" from O'Reilly, but it's gonna be about two
weeks till the book arrives, so I would like to get my hands on
something I can work with now. Any onlin
Hello everybody,
Can anyone point me to a good introduction to Perl/Tk?
I ordered "Mastering Perl/Tk" from O'Reilly, but it's gonna be about two
weeks till the book arrives, so I would like to get my hands on
something I can work with now. Any online-tutorials?
Thanks a lot,
Kind regards,
Benja
Rob Dixon wrote:
> Kenton Brede wrote:
> > __DATA__
> > user1:x:700:101:user1:/dev/null:/bin/false
> > user2:x:706:101:user2:/dev/null:/bin/false
> > user3:x:707:101:user3:/dev/null:/bin/false
> > user4:x:708:101:user4:/dev/null:/bin/false
>
> Hi Kenton.
>
> How does this look?
>
> sub get_uid {