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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.16 B::Lint Chapter 8
Standard Modules
Next: 8.18 B::Stackobj
 

8.17 B::Showlex

Shows lexical variables used in functions or files. Invoke as:

perl -MO=Showlex[,
sub
] 
filename
If sub is provided and is the name of a subroutine in file filename , B::Showlex prints the lexical variables used in that subroutine. Otherwise, it prints the file-scope lexicals in filename .


Previous: 8.16 B::Lint Perl in a Nutshell Next: 8.18 B::Stackobj
8.16 B::Lint Book Index 8.18 B::Stackobj