On Mon, Feb 16, 2004 at 11:40:56AM -0500, Eric Toll wrote: > > less textfile | script.pl
Usually you would do that by:
% script.pl < textfile
If the shebang is ng or missing you could do
% perl script.pl < textfile
assuming that 'which perl' gives something like /usr/bin/perl
Marty Landman Face 2 Interface Inc 845-679-9387 This Month's New Quiz --- Past Superbowl Winners Make a Website: http://face2interface.com/Home/Demo.shtml
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"