[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/linuxaux/opt/perl/lib/5.10.0/File/ -> Find.pm (summary)

(no description)

File Size: 1338 lines (39 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  will()
  is()

Functions
Functions that are not part of a class:

will(C<$_> will be the same as C<$File::Find::name>.=item C<untaint>If find is used in taint-mode (-T command line switch or if EUID != UIDor if EGID != GID)   X-Ref
No description

is(File::Find if a file is "wanted" or not. In fact, its return valueis ignored.The wanted function takes no arguments but rather does its workthrough a collection of variables.=over 4=item C<$File::Find::dir> is the current directory name,=item C<$_> is the current filename within that directory=item C<$File::Find::name> is the complete pathname to the file.=backThe above variables have all been localized and may be changed withouteffecting data outside of the wanted function.For example, when examining the file F</some/path/foo.ext> you will have:$File::Find::dir = /some/path/$_ = foo.ext$File::Find::name = /some/path/foo.extYou are chdir()   X-Ref
No description



Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1