freebsd-dev/contrib/perl5/eg
2000-06-25 11:04:01 +00:00
..
cgi Vendor import of Perl 5.006 2000-06-25 11:04:01 +00:00
g Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
scan Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
sysvipc Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
van Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
ADB Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
changes Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
client Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
down Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
dus Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
findcp Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
findtar Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
muck Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
muck.man Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
myrup Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
nih Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
README Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
relink Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
rename Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
rmfrom Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
server Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
shmkill Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
travesty Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
unuc Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
uudecode Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
who Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00
wrapsuid Maintenance releace 3 of perl5.005. Includes support for threads. 1999-05-02 14:33:17 +00:00

Although supplied with the perl package, the perl scripts in this eg
directory and its subdirectories are placed in the public domain, and
you may do anything with them that you wish.

This stuff is supplied on an as-is basis--little attempt has been made to make
any of it portable.  It's mostly here to give you an idea of what perl code
looks like, and what tricks and idioms are used.

System administrators responsible for many computers will enjoy the items
down in the g directory very much.  The scan directory contains the beginnings
of a system to check on and report various kinds of anomalies.

If you machine doesn't support #!, the first thing you'll want to do is
replace the #! with a couple of lines that look like this:

	eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
		if $running_under_some_shell;

being sure to include any flags that were on the #! line.  A supplied script
called "nih" will translate perl scripts in place for you:

	nih g/g??