17 lines
594 B
Perl
17 lines
594 B
Perl
*** adcomplain.pl.orig Sat May 16 23:52:32 1998
|
|
--- adcomplain.pl Sat May 16 23:52:53 1998
|
|
***************
|
|
*** 1,7 ****
|
|
! #! /bin/sh -- # -*- perl -*-
|
|
! # first line invokes sh. Some systems may need to refer to perl directly, i.e.:
|
|
!
|
|
! #! /bin/perl
|
|
|
|
# But the first way is preferable, because we have a trick (below) that
|
|
# allows perl to be _anywhere_ in the user's path. The intent is to reduce
|
|
--- 1,4 ----
|
|
! #! /usr/bin/perl
|
|
|
|
# But the first way is preferable, because we have a trick (below) that
|
|
# allows perl to be _anywhere_ in the user's path. The intent is to reduce
|