in reply to Re: Re: Tying
in thread Need simple example tying scalar to localtime()

It's a small thing, but you don't actually need to use Tie::Scalar. You're not using anything from it.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you don't talk about Perl club."

Replies are listed 'Best First'.
Re: Re: Re: Re: Tying
by blueflashlight (Pilgrim) on Sep 26, 2001 at 08:34 UTC
    really? I didn't realize that "tie" was a built-in. while I like modules as much as the next guy, It's great that this is one less then I need to use.

    Thanks, --Sandy