NAME

Fry::View::CLI - Default View plugin for Fry::Shell displaying to the commandline.

CLASS METHODS

view(@): General view method called by all other view methods.	
list(@): Displays an array one value per line. 
hash(\%arg\%options): Displays a hashref, a key-value pair per line. Also takes
	an options hash which can be passed a quote flag to quote values.
arrayofArrays(@): Displays an array of arrays with an array per line separated by the
	variable field_delimiter.

AUTHOR

Me. Gabriel that is. I welcome feedback and bug reports to cldwalker AT chwhat DOT com . If you like using perl,linux,vim and databases to make your life easier (not lazier ;) check out my website at www.chwhat.com.

COPYRIGHT & LICENSE

Copyright (c) 2004, Gabriel Horner. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.