----- Il 16-ago-16, alle 17:30, Hiram Gibbard <[email protected]> ha scritto:
> Hi All, > I'm wondering if there is a way to echo or print our vars or arrays within the > Mason tags? You can write to standard error, like: % use Data::Dumper; % print STDERR Dumper \%my_hash; then you can read the result in the log files (I suppos you work on Apache, but I think with other servers the beavior is the same). bye gdo
------------------------------------------------------------------------------
_______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

