*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> perl5/Shell (3)              
Title
Content
Arch
Section
 

Contents


Shell(3)							      Shell(3)


NAME    [Toc]    [Back]

     Shell - run shell commands	transparently within perl

SYNOPSIS    [Toc]    [Back]

     See below.

DESCRIPTION    [Toc]    [Back]

       Date: Thu, 22 Sep 94 16:18:16 -0700
       Message-Id: <[email protected]>
       To: [email protected]
       From: Larry Wall	<[email protected]>
       Subject:	a new module I just wrote

     Here's one	that'll	whack your mind	a little out.

	 #!/usr/bin/perl

	 use Shell;

	 $foo =	echo("howdy", "<funny>", "world");
	 print $foo;

	 $passwd = cat("</etc/passwd");
	 print $passwd;

	 sub ps;
	 print ps -ww;

	 cp("/etc/passwd", "/tmp/passwd");

     That's maybe too gonzo.  It actually exports an AUTOLOAD to the current
     package (and uncovered a bug in Beta 3, by	the way).  Maybe the usual
     usage should be

	 use Shell qw(echo cat ps cp);

     Larry

AUTHOR    [Toc]    [Back]

     Larry Wall


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
history FreeBSD shell builtin commands
hup FreeBSD shell builtin commands
if FreeBSD shell builtin commands
jobid FreeBSD shell builtin commands
jobs FreeBSD shell builtin commands
limit FreeBSD shell builtin commands
log FreeBSD shell builtin commands
logout FreeBSD shell builtin commands
ls-F FreeBSD shell builtin commands
notify FreeBSD shell builtin commands
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service