Search: in
Perl Shell
Perl Shell Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
Perl Shell Email this to a friend      Perl Shell

Perl Shell

Perl Shell
Perl Shell

Perl Shell

The Perl Shell (psh) is a command line environment that can be used as the user's primary post-login shell on Unix-like operating systems.

Being itself written in Perl, psh can also be used under Microsoft Windows (with or without Cygwin or Interix) and other operating systems. Packages are available for Linux distributions like Gentoo and Ubuntu, though on most systems it can be installed from CPAN by simply issuing the following command:

Contents


Features

Perl Shell combines aspects of bash (and other Unix shells) with the power of Perl scripting.

Code examples

ls | s/y/k/                    # Substitution via PCRE.
ls | { print ++$i, ": $_"; }q  # Iterate over lines.
netstat | { $_[1]>2; }g        # Grep-ish.

See also

External links


Perl Shell
Perl Shell
Perl Shell

Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article

Perl Shell
Perl Shell
Search for Perl Shell in Tutorials
Search for Perl Shell in Encyclopedia
Search for Perl Shell in Dictionary
Search for Perl Shell in Open Directory
Search for Perl Shell in Store
Search for Perl Shell in PriceGig


Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Perl Shell
Advertisement

Advertisement



Perl Shell
Perl Shell top Perl Shell

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement