Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > perltoot bug?

Reply
Thread Tools

perltoot bug?

 
 
himanshu.garg@gmail.com
Guest
Posts: n/a
 
      07-11-2006
Hello,

In the aggregation section of perltoot Person.pm does not use
Fullname. As a result of which running the test script given there.

E:\himanshu\ooperl>perl aggregation-test.pl
Can't locate object method "new" via package "Fullname" (perhaps you
forgot to l
oad "Fullname"?) at Person.pm line 13.
All persons are going away now.

However by adding 'use Fullname;' to Person.pm I get the
following expected output:-

E:\himanshu\ooperl>perl perltoot2.pl
Tommy is really St Thomas Aquinas
Tommy's age: 1.
Tommy's age: 2.
Destroying Person=HASH(0x2252d0) Tommy at perltoot2.pl line 0
All persons are going away now.

Is this a doc bug.

Thank You,
Himanshu.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
overridden method in perltoot cmic Perl Misc 2 08-13-2009 08:40 PM
class global variable?(from Perltoot document) jh3an Perl Misc 2 03-11-2008 04:46 PM
A (probable) error in perltoot ( perl5/5.8.0/pod/perltoot.pod, line number 756 ) Himanshu Garg Perl Misc 1 09-21-2003 03:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57