----- Il 16-ago-16, alle 17:30, Hiram Gibbard <hgibb...@gmail.com> 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
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to