in reply to Re: printing an array with references in it
in thread printing an array with references in it

I believe Data::Dumper cannot yet handle code references. It will just display "DUMMY" in place of the code reference.
  • Comment on Re: Re: printing an array with references in it

Replies are listed 'Best First'.
Re: Re: Re: printing an array with references in it
by Tomte (Priest) on Jun 29, 2003 at 14:22 UTC

    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.