in reply to Re: Table::Extract unblessed reference
in thread Table::Extract unblessed reference

as for deprecated methods, see my comment above -- it's the other way around. table_states() is deprecated, tables() is the shortened version. Both still work at the moment.

Matt

  • Comment on Re^2: Table::Extract unblessed reference

Replies are listed 'Best First'.
Re^3: Table::Extract unblessed reference
by GrandFather (Saint) on Aug 01, 2005 at 07:12 UTC

    I was going to quote from the current documentation to show how confusing it is. I realised that not only is the Deprecation section of the documentation confusing, but it proposes changes that are down right nasty because they involve various gratuitous breaking changes to the current interface.

    Somehow I'm not surprised that about half of those replying to OP were confused!


    Perl is Huffman encoded by design.
      Please elaborate. As the author of said documentation, I'm always open to editorial advice, particularly from end-users since it offers a different perspective from my own.

      As for the deprecations...the old methods will probably never go away (they'll be aliased to the the shorter versions). But I'd be remiss in not flagging them as deprecated.

      Cheers,
      Matt