The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:File::Backup"

File::Rotate::Backup - Make backups of multiple directories and rotate them on unix. River stage zero No dependents

This module will make backups and rotate them according to your specification. It creates a backup directory based on the file_prefix you specify and the current time. It then copies the directories you specified in the call to new() to that backup d...

DOWENS/File-Rotate-Backup-0.13 - 14 Dec 2007 03:42:57 UTC

File::Rotate::Backup::Copy River stage zero No dependents

DOWENS/File-Rotate-Backup-0.13 - 14 Dec 2007 03:42:57 UTC

File::BackupCopy - create a backup copy of the file. River stage one • 1 direct dependent • 1 total dependent

The File::BackupCopy module provides functions for creating backup copies of files. Normally, the name of the backup copy is created by appending a single "~" character to the original file name. This naming is called *simple backup*. Another naming ...

SGRAY/File-BackupCopy-1.02 - 13 Feb 2021 08:50:33 UTC

File::RsyBak - Backup files/directories with histories, using rsync River stage one • 2 direct dependents • 2 total dependents

This module is basically just a wrapper around rsync to create a filesystem backup system. Some characteristics of this backup system: * Supports backup histories and history levels For example, you can create 7 level-1 backup histories (equals 7 dai...

PERLANCAR/File-RsyBak-0.361 - 11 Mar 2019 11:14:21 UTC

File::Revision - return a name of non-existing backup file with a revision id River stage zero No dependents

SOFTDIA/File-Revision-0.03 - 03 May 2004 15:27:36 UTC

Nokia::File::NFB - Create, Read and Write Nokia nfb/nfc phone backup files. River stage zero No dependents

This is used to parse existing or create new files in Nokia NFB or NFC format. NFB is the format used by the Nokia PC Suite Backup and Restore software. The most interesting part is probably the elements() method. This is used to return each internal...

RPRICE/Nokia-File-NFB-0.01 - 20 Sep 2004 14:53:57 UTC

File::BLOB - A file (with name, and other metadata) you can BLOBify River stage zero No dependents

One of the most common types of data found in systems ranging from email to databases is a "file". And yet there is no simple way to create a store a file is a chunk of data across all of these systems. Modules designed for email aren't easily reusab...

ADAMK/File-BLOB-1.08 - 08 Nov 2011 05:44:02 UTC

File::Mork - a module to read Mozilla URL history files River stage zero No dependents

This is a module that can read the Mozilla URL history file -- normally $HOME/.mozilla/default/*.slt/history.dat -- and extract the id, url, name, hostname, first visted dat, last visited date and visit count. To find your history file it might be wo...

SIMONW/File-Mork-0.4 - 20 Dec 2015 12:27:17 UTC

File::Trash - move files to trash and restore as well River stage one • 1 direct dependent • 1 total dependent

File::Remove apparently does something similar. I don't see example for using File::Remove in a simple manner alike unlink(). Thus, here it is. The default abs trash dir The default dir for trash has been chosen as /tmp/trash. The other common sense ...

LEOCHARRE/File-Trash-1.10 - 11 Feb 2010 02:29:00 UTC

File::NCopy - Deprecated module. Use File::Copy::Recursive instead. Copy file, file. Copy file[s] | dir[s], dir River stage one • 3 direct dependents • 4 total dependents

File::NCopy::copy copies files to directories, or a single file to another file. You can also use a reference to a file handle if you wish whem doing a file to file copy. The functionality is very similar to cp. If the argument is a directory to dire...

CHORNY/File-NCopy-0.36 - 26 Nov 2007 22:14:34 UTC

Vulcan::File River stage zero No dependents

KAN/pantheon-0.58 - 24 Feb 2014 09:37:37 UTC

File::Ignore - Ignore files that are good to ignore River stage zero No dependents

RKRIMEN/File-Ignore-0.021 - 12 Nov 2007 03:04:43 UTC

File::Remote - Read/write/edit remote files transparently River stage zero No dependents

This module takes care of dealing with files regardless of whether they're local or remote. It allows you to create and edit files without having to worry about their physical location on the network. If a file passed into a function is of the form "...

NWIGER/File-Remote-1.17 - 10 Jan 2005 21:51:10 UTC

AppleII::ProDOS - Access files on Apple II ProDOS disk images River stage zero No dependents

"AppleII::ProDOS" provides high-level access to ProDOS volumes stored in the disk image files used by most Apple II emulators. (For information about Apple II emulators, try the Apple II Emulator Page at <http://www.ecnet.net/users/mumbv/pages/apple2...

CJM/AppleII-LibA2-0.201 - 12 Sep 2015 20:21:05 UTC

Log::ErrLogger - Log errors and error-like events River stage zero No dependents

Log::ErrLogger provides a means of logging errors and error-like events (such as warnings and unexpected situations) when printing to STDERR just will not do. Error-like events are classified by a severity (see "ERROR SEVERITIES" below). Programs ins...

WORENKD/Log-ErrLogger-1.5 - 23 Sep 1999 21:42:08 UTC

File::Inplace - Perl module for in-place editing of files River stage zero No dependents

File::Inplace is a perl module intended to ease the common task of editing a file in-place. Inspired by variations of perl's -i option, this module is intended for somewhat more structured and reusable editing than command line perl typically allows....

CHIPT/File-Inplace-0.20 - 29 Jan 2005 03:54:17 UTC

File::Dropbox - Convenient and fast Dropbox API abstraction River stage zero No dependents

"File::Dropbox" provides high-level Dropbox API abstraction based on Tie::Handle. Code required to get "access_token" and "access_secret" for signed OAuth 1.0 requests or "access_token" for OAuth 2.0 requests is not included in this module. To get "a...

NFOKZ/File-Dropbox-0.7 - 21 Aug 2016 22:23:18 UTC

File::Drawing - release, revise and retrieve contents to/from a drawing program module River stage zero No dependents

The "File::Drawing" program module uses American National Standards for drawings as a model for storing data. Commercial, governement and casual orgainizations have stored information over the centuries as drawings. Drawings probably evolved from the...

SOFTDIA/File-Drawing-0.01 - 04 May 2004 12:22:33 UTC

File::Tabular - searching and editing flat tabular files River stage one • 1 direct dependent • 1 total dependent

A *tabular file* is a flat text file containing data organised in rows (records) and columns (fields). This module provides database-like functionalities for managing tabular files : retrieving, searching, writing, autonumbering, journaling. However,...

DAMI/File-Tabular-0.72 - 04 Nov 2008 15:03:59 UTC

File::Package - test load a pm and import symbols without eval and $@ misbehavoirs River stage zero No dependents

In a perfect Perl, everything would behave exactly the same running under "eval". Many times the reason to use an "eval" is the anticipation that the expression may die. When that happens, a perfect Perl would have deposited all the output fromm the ...

SOFTDIA/File-Package-0.06 - 26 Apr 2004 21:23:30 UTC
39 results (0.042 seconds)