Select an installed module below |
NAMEB::Showlex - Show lexical variables used in functions or files
SYNOPSIS
perl -MO=Showlex[,SUBROUTINE] foo.pl
DESCRIPTIONWhen a subroutine name is provided in OPTIONS, prints the lexical variables used in that subroutine. Otherwise, prints the file-scope lexicals in the file.
AUTHORMalcolm Beattie,
|
|