The 2001 Perl Advent Calendar
[about] | [archives] | [contact] | [home]

On the 17th day of Advent my True Language brought to me..
Attribute::TieClasses

Remember yesterday where I said Dave Cross has written his module so that you could just tie variables with an attribute rather than using the tie syntax. Wouldn't it be nice if this worked for all the tie modules already out there on CPAN? And wouldn't it be nice rather than having to use every one before use perl could just load them by looking at what you're trying to tie the variable against?

Because that's what Attribute::TieClasses does.

  • perltie
  • Attribute::Handlers