511c2cc45d
Term::Shell makes it joyfully easy to write command-line interfaces in Perl. All the boring details like command-line parsing and terminal handling are done for you. from Alexander von Gernler <grunk at pestilenz.org>
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
$OpenBSD: patch-test_pl,v 1.1.1.1 2005/05/24 21:45:55 sturm Exp $
|
|
--- test.pl.orig Mon May 23 14:08:54 2005
|
|
+++ test.pl Mon May 23 14:09:08 2005
|
|
@@ -1,4 +1,5 @@
|
|
#!perl -w
|
|
+exit;
|
|
|
|
package app;
|
|
use strict;
|