start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: H Chapter 6
Debugging
Next: Reference: L
 

l

l 
[

linespec

]

If linespec is omitted, lists the next few lines. Otherwise lists the lines specified by linespec , which can be one of the following:

line

Lists the single line line .

min+incr

Lists incr +1 lines starting at min .

min-max

Lists lines min through max .

subname

Lists the first few lines from subroutine subname .

Also see the w and - commands.


Previous: Reference: H Perl in a Nutshell Next: Reference: L
Reference: H Book Index Reference: L

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.