Popcorn Dave has asked for the wisdom of the Perl Monks concerning the following question:
I am at a loss where and why I would use a tie beyond perhaps the DBM usage. Can anybody offer some uses of where ties would be appropriate -- beyond fancy restaurants of course ;)
I'm currently playing with some code to show how many seconds have elapsed around a section of code, but localtime and comparing starting and ending times is usually returning 0 seconds as the code is so small. Any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Real world uses of the tie function.
by demerphq (Chancellor) on Apr 17, 2002 at 08:58 UTC | |
by mojotoad (Monsignor) on Apr 17, 2002 at 19:44 UTC | |
|
(MeowChow) Re: Real world uses of the tie function.
by MeowChow (Vicar) on Apr 17, 2002 at 06:07 UTC | |
|
Re: Real world uses of the tie function.
by JayBonci (Curate) on Apr 17, 2002 at 06:44 UTC | |
|
Re: Real world uses of the tie function.
by tachyon (Chancellor) on Apr 17, 2002 at 11:32 UTC | |
|
Re: Real world uses of the tie function.
by Popcorn Dave (Abbot) on Apr 17, 2002 at 06:59 UTC | |
|
Re: Real world uses of the tie function.
by tjh (Curate) on Apr 17, 2002 at 13:23 UTC | |
by Popcorn Dave (Abbot) on Apr 17, 2002 at 16:44 UTC |