in reply to Re: A spiked version of test.pl
in thread A spiked version of test.pl
Not only were the 004-??? line number put in there for me, but the program runs correctly just like that with the line numbers included. Very clever stuff.#!/usr/bin/perl -w use lib './perllibs'; use Filter::NumberLines; 004: use strict; 005: 006: print "I like Jellybeans\n";
-Blake
|
|---|