Re: accessing object variables from callback function
- From: "Brian McCauley" <nobull67@xxxxxxxxx>
- Date: 30 Jun 2006 11:42:29 -0700
Dr.Ruud wrote:
kaisung@xxxxxxxxx schreef:
my $test = MyTest->new();
Variant:
my $test = new MyTest ;
Yes, TIMTOWTDI, but most (not all) Perl experts prefer the ->
print "numTags = $test->{numTags}\n" ;
(which bypasses the method)
(which is bad)
.
- References:
- accessing object variables from callback function
- From: kaisung@xxxxxxxxx
- Re: accessing object variables from callback function
- From: anno4000
- Re: accessing object variables from callback function
- From: Brian McCauley
- Re: accessing object variables from callback function
- From: kaisung@xxxxxxxxx
- Re: accessing object variables from callback function
- From: Dr.Ruud
- accessing object variables from callback function
- Prev by Date: Re: Professional IDE for a cross-platform Perl application
- Next by Date: Re: Professional IDE for a cross-platform Perl application
- Previous by thread: Re: accessing object variables from callback function
- Next by thread: Perl Object Creation problem...
- Index(es):