in reply to printing an array with references in it

Perhaps use of Data::Dumper could help?
  • Comment on Re: printing an array with references in it

Replies are listed 'Best First'.
Re: Re: printing an array with references in it
by tcf22 (Priest) on Jun 29, 2003 at 13:25 UTC
    I believe Data::Dumper cannot yet handle code references. It will just display "DUMMY" in place of the code reference.

      then xmaths Data::XDumper might be of help

      regards,
      tomte


      Hlade's Law:

      If you have a difficult task, give it to a lazy person --
      they will find an easier way to do it.