[-
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to