Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

B::Showlex(3pm)


B::Showlex

B::Showlex

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

NAME

B::Showlex − Show lexical variables used in functions or files

SYNOPSIS

        perl -MO=Showlex[,SUBROUTINE] foo.pl

DESCRIPTION

When a subroutine name is provided in OPTIONS , prints the lexical variables used in that subroutine. Otherwise, prints the file-scope lexicals in the file.

AUTHOR

Malcolm Beattie, "mbeattie@sable.ox.ac.uk"



B::Showlex(3pm)