From b8e3c8c65a2cbb7697f70cd958ce6251bee80248 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 17 Aug 2007 18:35:17 +0000 Subject: [PATCH 1/1] Add hashbang line --- samples/zoom/zoomscan.pl | 4 +++- samples/zoom/zoomtst1.pl | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/zoom/zoomscan.pl b/samples/zoom/zoomscan.pl index e73e0c0..1594879 100644 --- a/samples/zoom/zoomscan.pl +++ b/samples/zoom/zoomscan.pl @@ -1,4 +1,6 @@ -# $Id: zoomscan.pl,v 1.3 2007-08-17 09:38:13 mike Exp $ +#!/usr/bin/perl -w + +# $Id: zoomscan.pl,v 1.4 2007-08-17 18:35:17 mike Exp $ # # This is the scanning counterpart to zoomscan.pl's searching # perl -I../../blib/lib -I../../blib/arch zoomscan.pl diff --git a/samples/zoom/zoomtst1.pl b/samples/zoom/zoomtst1.pl index c2b7f56..d40903f 100644 --- a/samples/zoom/zoomtst1.pl +++ b/samples/zoom/zoomtst1.pl @@ -1,4 +1,6 @@ -# $Id: zoomtst1.pl,v 1.5 2007-08-17 11:08:38 mike Exp $ +#!/usr/bin/perl -w + +# $Id: zoomtst1.pl,v 1.6 2007-08-17 18:35:17 mike Exp $ # # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl -- 1.7.10.4