--- eg/fileman +++ eg/fileman @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # This is a sample program of Term::ReadLine::Gnu perl module. The # origin is a C program in the GNU Readline Libarary manual Edition --- eg/perlsh +++ eg/perlsh @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # # # Copyright (c) 1996 Hiroo Hayashi. All Rights Reserved. --- eg/pftp +++ eg/pftp @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # # Copyright (c) 1997 Hiroo Hayashi. All Rights Reserved. # --- eg/ptksh+ +++ eg/ptksh+ @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # # POD documentation after __END__