Urb LeJeune wrote:
>
> > > 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>)
*chuckle* Maybe we ought to just tap the talent here and build our own
development suite *grin*
Thanks Urb, will play with that tonight.
B
____________________________________________________________________
--------------------------------------------------------------------
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.
---------------------------------------------------------------------