The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Beagle::Cmd::Command::cat - show entries

SYNOPSIS

    $ beagle cat id1     # show content of entry id1
    $ beagle show id1    # ditto
    $ beagle cat id1 id2 # show both id1 and id2
    $ beagle cat id1 --raw       # show content in file(with proper encoding)
    $ beagle cat id1 --real-raw  # show content in file(no encoding tweak)

AUTHOR

    sunnavy <sunnavy@gmail.com>

LICENCE AND COPYRIGHT

    Copyright 2011 sunnavy@gmail.com

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