-
perl-File-Listing-6.04-4.fc19.noarch
This module exports a single function called parse_dir(), which can be used
to parse directory listings.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-MMagic-1.30-1.fc19.noarch
This module attempts to guess a file's type from its contents like the file(1)
command.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-MimeInfo-0.16-4.fc19.noarch
This module can be used to determine the mime type of a file. It tries to
implement the freedesktop specification for a shared MIME database.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-ReadBackwards-1.04-16.lbn19.noarch
This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-Remove-1.52-5.lbn19.noarch
Convenience module for removing files and directories
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-ShareDir-1.03-8.fc19.noarch
The intent of File::ShareDir is to provide a companion to Class::Inspector
and File::HomeDir, modules that take a process that is well-known by
advanced Perl developers but gets a little tricky, and make it more
available to the larger Perl community.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-Slurp-9999.19-6.lbn19.noarch
This module provides subs that allow you to read or write entire files with
one simple call. They are designed to be simple to use, have flexible ways
to pass in or get the file contents and to be very efficient. There is also
a sub to read in all the files in a directory other than . and ..
These slurp/spew subs work for files, pipes and sockets, and stdio,
pseudo-files, and DATA.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-Which-1.09-12.lbn19.noarch
File::Which is a portable implementation (in Perl) of 'which', and can
be used to get the absolute filename of an executable program
installed somewhere in your PATH, or just check for its existence. It
includes the command-line utility 'pwhich' which has the same function
as 'which'.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-chdir-0.1008-2.fc19.noarch
Perl's chdir() has the unfortunate problem of being very, very, very
global. If any part of your program calls chdir() or if any library you
use calls chdir(), it changes the current working directory for the
whole program.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-File-pushd-1.009-1.lbn19.noarch
File::pushd does a temporary chdir that is easily and automatically reverted,
similar to pushd in some Unix command shells. It works by creating an object
that caches the original working directory. When the object is destroyed, the
destructor calls chdir to revert to the original working directory. By storing
the object in a lexical variable with a limited scope, this happens
automatically at the end of the scope.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19