guilherme@debian:[~]: grep -m1 -e version $(which reply) version 0.35 guilherme@debian:[~]: md5sum $(which reply) 4187760e3097dd0d0e68eab89a043c6f /usr/bin/reply guilherme@debian:[~]: file $(which reply) /usr/bin/reply: Perl script, ASCII text executable guilherme@debian:[~]: dpkg -S $(which reply) libreply-perl: /usr/bin/reply guilherme@debian:[~]: apt-cache show $(echo $(dpkg -S $(which reply))| +cut + -d: -f1) Package: libreply-perl Version: 0.35-1 Installed-Size: 196 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debia +n.org> Architecture: all Depends: perl, libconfig-ini-reader-ordered-perl, libdevel-lexalias-pe +rl, libeva + l-closure-perl (>= 0.11), libfile-homedi +r-perl, libmodule-runtime-perl, libpacka + ge-stash-p +erl, libpadwalker-perl, libtry-tiny-perl Suggests: libapp-nopaste-perl, libb-keywords-perl, libcarp-always-perl +, libclass + -refresh-perl, libdata-dump-perl, libdat +a-printer-perl, libmro-compat-perl, libp + roc-invoke +editor-perl, libterm-readline-gnu-perl Description-en: lightweight extensible Perl REPL Reply ("read, eval, print, loop, yay!") is a lightweight, extensible +REPL for Perl. It is plugin-based (see Reply::Plugin), and through plugins sup +ports many advanced features such as coloring and pretty printing, readline support, and pluggable commands. . NOTE: This is an early release, and implementation details of this mo +dule are still very much in flux. Feedback is welcome! Description-md5: d625336bcf21da688357d76480cd6070 Homepage: https://metacpan.org/release/Reply Tag: devel::lang:perl, devel::library, implemented-in::perl Section: perl Priority: optional Filename: pool/main/libr/libreply-perl/libreply-perl_0.35-1_all.deb Size: 83562 MD5sum: 98770e9cf54c5b3566eb272739904279 SHA1: 0fa6baec41dfc19dede44ab73ff230c3448cf4e5 SHA256: 0cd536376f11068191dea6fbbd287e7ff01451c3263702990f5e6cf8d94f18 +12

In reply to Re^4: Using Devel::REPL by guiwp
in thread Using Devel::REPL by guiwp

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.