• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H24-Feb-2008-772526

AUTHORSH A D27-Aug-2007414 159

CHANGESH A D28-Aug-2007745 2216

COPYINGH A D11-Aug-200717.6 KiB341281

INSTALLH A D16-Aug-2007399 2013

MANIFESTH A D28-Aug-2007183 1312

MANIFEST.SKIPH A D16-Aug-20077 21

Makefile.PLH A D24-Feb-2008293 1411

READMEH A D28-Aug-2007314 85

perlconsoleH A D03-May-20222.9 KiB11813

README

1                            Perl Console
2
3Perl Console is a light program that lets you evaluate Perl code interactively.
4
5It uses Readline to grab input, and provides completion with all the namespaces
6loaded during your session. It allows you to load a module in your session and
7test a function exported by it.
8