CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 12:40:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091226100752
location: https://web.archive.org/web/20091226100752/https://github.com/gitpan/Perl-Shell
server-timing: captures_list;dur=0.540236, exclusion.robots;dur=0.018995, exclusion.robots.policy;dur=0.008443, esindex;dur=0.010408, cdx.remote;dur=27.792661, LoadShardBlock;dur=386.454178, PetaboxLoader3.resolve;dur=187.995665, PetaboxLoader3.datanode;dur=81.711041
x-app-server: wwwb-app211
x-ts: 302
x-tr: 444
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 12:40:27 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 26 Dec 2009 10:07:52 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "fb857333452ae4de7b327d16a6f11829"
x-archive-orig-x-runtime: 87ms
x-archive-orig-content-length: 24682
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 26 Dec 2009 10:07:52 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 26 Dec 2009 10:07:52 GMT", ; rel="memento"; datetime="Sat, 26 Dec 2009 10:07:52 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 03:00:13 GMT", ; rel="last memento"; datetime="Sun, 27 Sep 2020 09:04:06 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091226051130_crawl100-c/52_13_20091226100640_crawl101.arc.gz
server-timing: captures_list;dur=0.734566, exclusion.robots;dur=0.030326, exclusion.robots.policy;dur=0.013828, esindex;dur=0.015633, cdx.remote;dur=7.455392, LoadShardBlock;dur=182.322653, PetaboxLoader3.datanode;dur=97.037673, PetaboxLoader3.resolve;dur=226.731360, load_resource;dur=177.764663
x-app-server: wwwb-app211
x-ts: 200
x-tr: 450
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
gitpan's Perl-Shell at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Release history of Perl-Shell edit |
Homepage: | https://search.cpan.org/dist/Perl-Shell/ edit |
Public Clone URL: |
git://github.com/gitpan/Perl-Shell.git
Give this clone URL to anyone.
git clone git://github.com/gitpan/Perl-Shell.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:gitpan/Perl-Shell.git
|
name | age | message | |
---|---|---|---|
![]() |
Changes | Loading commit data... ![]() |
|
![]() |
LICENSE | ||
![]() |
MANIFEST | ||
![]() |
META.yml | ||
![]() |
Makefile.PL | ||
![]() |
README | ||
![]() |
inc/ | ||
![]() |
lib/ | ||
![]() |
script/ | ||
![]() |
t/ |
README
NAME Perl::Shell - A Python-style "command line interpreter" for Perl SYNOPSIS C:\Document and Settings\adamk> perlthon >>> print "Hello World!\n"; Hello World! >>> DESCRIPTION THIS MODULE IS HIGHLY EXPERIMENTAL AND SUBJECT TO CHANGE. YOU HAVE BEEN WARNED This module provides an implementation of a "command line interpreter" in the style of the Python equivalent. FUNCTIONS shell Perl::Shell::shell(); The only public function available is the C<shell> function. It takes no arguments and starts up the shell. SUPPORT Bugs should be reported via the CPAN bug tracker at <https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Shell> For other issues, or commercial enhancement or support, contact the author. AUTHOR Adam Kennedy <adamk@cpan.org> ACKNOWLEGEMENTS Thanks to Ingy for suggesting that this module should exist. COPYRIGHT Copyright 2008 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.
This feature is coming soon. Sit tight!