> > This is why Homesite 3.x is not as good as Homesite 2.5x. Can't imagine why
> > Allaire would think this is an improvement.

How about:

#!/usr/bin/perl

$File   = $ARGV[0]; # pass path/file-name
$Digits = 3;        # Right justify number of digits

open(FILE,$File);
while (<FILE>) { 
  $Count = " " x ($Digits - length(++$Line)) . $Line; 
  print "$Count $_";
} # End of while (<FILE>)


Urb, [EMAIL PROTECTED]

Visit America's Town Square. Creators of extraordinary Web sites.
http://www.usats.com   Build your own Home Page without knowing
any HTML. Many user selectable options. After creation, your page 
is e-mailed to you. http://usats.com/homepage
____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to