[-
use Data::Dumper;

$req = shift;

print OUT "fdat : ".Dumper(%fdat);
-]

This will print in a terminal.


Better :


[-
use Data::Dumper;

$req = shift;

warn "fdat : ".Dumper(%fdat);
-]
To see the result in apache's error.log


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org

Reply via email to