]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/Plugin/L.pm
L.dump
[mfinanz.git] / SL / Template / Plugin / L.pm
index 9aead011327105f4bae62a4e11f63503082fcd9a..b9098ec1a3f6d89857e33f4bfd192543ce2dc7a8 100644 (file)
@@ -397,6 +397,12 @@ EOCODE
   return $code;
 }
 
+sub dump {
+  my $self = shift;
+  require Data::Dumper;
+  return '<pre>' . Data::Dumper::Dumper(@_) . '</pre>';
+}
+
 1;
 
 __END__
@@ -586,6 +592,10 @@ translation of 'Selected'.
 
 =back
 
+=item C<dump REF>
+
+Dumps the Argument using L<Data::Dumper> into a E<lt>preE<gt> block.
+
 =back
 
 =head2 CONVERSION FUNCTIONS