Le Lundi 23 Septembre 2002 13:00, [EMAIL PROTECTED] a écrit :
> Hello all!
>
> Is there any way to do a function that outputs the linenumber of the
> function.

You may have also $. which gives the current line number of the current file 
opened.
May be it can help (see perldoc perlvar)
You might also parse your code from sub { to } and make a counter.
Why do you ask this ? Do you have big (too big) functions ?
C U

>
> Pase
>
> _______________________________________________
> Perl-Unix-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

-- 
 mailto:[EMAIL PROTECTED]

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to