Connecting Tech Pros Worldwide Forums | Help | Site Map

Inserting Line Number.

rmurthy60@hotmail.com
Guest
 
Posts: n/a
#1: Jul 19 '05
Inserting Line Number

--------------------------------------------------------------------------------

I would like to insert line numbers for all the files in a directory.
So if a directory contains files like foo.c, foo.c1, foo.c2, foo.c3,
foo.c4, I am trying to see and choose one of the numbers to process
it.

1. foo.c1

2. foo.c2

3. foo.c3

4. foo.c4

Can I use __LINE__ or $. to do that or am I wrong?

Any suggestions or ideas would be appreciated.

Thanks

Raghu
Gunnar Hjalmarsson
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Inserting Line Number.


rmurthy60@hotmail.com wrote:[color=blue]
> I would like to insert line numbers for all the files in a
> directory.[/color]

<snip>
[color=blue]
> Can I use __LINE__ or $. to do that[/color]

__LINE__ refers to your program, so it seems not very useful. $. is
certainly a better shot.

Note that this group is defunct and replaced by comp.lang.perl.misc.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

Closed Thread