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 "file::remove"

File::Remove - Remove files and directories River stage three • 59 direct dependents • 151 total dependents

File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although "unlink" can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments f...

SHLOMIF/File-Remove-1.61 - 13 Jun 2022 18:18:36 UTC - Search in distribution

File::Tasks::Remove - A File::Tasks delete task (deletes a file) River stage zero No dependents

The "File::Tasks::Delete" task provides a mechanism for the File::Tasks to know about existing files, and instruct that they are no longer needed....

ADAMK/File-Tasks-0.07 - 14 Nov 2007 07:23:55 UTC - Search in distribution

Meta::Utils::File::Remove - package that eases removal of files and directories. River stage zero No dependents

This module eases the use of rm. Instead of checking for errors all of the time just let this module remove a file or directory for you (it has all the options including a recursive one...). If something happens wrong it dies on you but hey - thats t...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution

remove-line-from-file - Remove all occurrences of a line from file River stage one • 1 direct dependent • 1 total dependent

Uses Setup::File::Line which supports undo, but the undo feature is not used. See App::FileModifyUtils::Undoable for file-modifying CLIs which support undo....

PERLANCAR/App-FileModifyUtils-0.002 - 02 Aug 2021 04:47:38 UTC - Search in distribution

App::FileDeleteUtils - Utilities related to removing/deleting files River stage one • 2 direct dependents • 3 total dependents

See App::FileRemoveUtils....

PERLANCAR/App-FileRemoveUtils-0.007 - 23 Feb 2024 01:49:56 UTC - Search in distribution

lib/AsposeStorageCloud/Object/RemoveFileResponse.pm River stage one • 7 direct dependents • 7 total dependents

ASPOSE/AsposeStorageCloud-StorageApi-1.03 - 28 Sep 2017 04:29:23 UTC - Search in distribution

rm - remove directory entries River stage one • 1 direct dependent • 1 total dependent

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

nam - command to set, get, and remove Namaste tag files River stage one • 1 direct dependent • 1 total dependent

The nam command manages Namaste (Name-as-text) tag files, which are useful for describing directories. A Namaste tag file holds a single metadata string and its name is a filesystem-safe derivation of that string. The name of the file consists of an ...

JAK/File-Namaste-1.04 - 07 Jan 2012 00:42:02 UTC - Search in distribution

mark - a tool for marking and acting on file paths River stage zero No dependents

mark stores a list of marked file paths in an SQLite database called marks.db in the user's home directory. Once marked, files can be copied, moved, listed, or passed as parameters to arbitrary shell commands. Commands are intended to be invoked as s...

BRENNEN/App-MarkFiles-v0.0.1 - 21 Jun 2018 04:04:30 UTC - Search in distribution

File::Path - Create or remove directory trees River stage five • 882 direct dependents • 33164 total dependents

This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem. The following functions are provided: make_path( $dir1, $dir2, .... ) make_path( $dir1, $dir2, ...., \%opts ...

JKEENAN/File-Path-2.18 - 05 Nov 2020 01:30:15 UTC - Search in distribution

td - Manipulate table data River stage one • 2 direct dependents • 2 total dependents

What is td? *td* receives table data from standard input and performs an action on it. It has functionality similar to some Unix commands like *head*, *tail*, *wc*, *cut*, *sort* except that it operates on table rows/columns instead of lines/characte...

PERLANCAR/App-td-0.111 - 05 May 2023 00:05:59 UTC - Search in distribution

EV - perl interface to libev, a high performance full-featured event loop River stage two • 71 direct dependents • 86 total dependents

This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the documentation below is comprehensive, one might also consult the documentation of libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>...

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution
  • libev - a high performance full-featured event loop written in C

cv - a fast gtk+ image viewer loosely modeled after XV River stage zero No dependents

THE IMAGE WINDOW You can use the following keys in the image window: q quit the program < half the image size > double the image size , shrink the image by ~9% (opposite of .) . enlarge the image by 10% n reset to normal size m maximize to screensize...

MLEHMANN/Gtk2-CV-2.0 - 26 Aug 2022 21:57:57 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1575 direct dependents • 3534 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC - Search in distribution

VB - Visual Builder for the Prima toolkit River stage two • 17 direct dependents • 19 total dependents

Visual Builder is a RAD-style suite for designing forms using the Prima toolkit. It provides a rich set of perl-based widgets which can be inserted into a window-based form by simple actions. The form can be stored in a file and loaded by either a us...

KARASIK/Prima-1.73 - 09 May 2024 12:01:03 UTC - Search in distribution

SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents. River stage two • 29 direct dependents • 46 total dependents

SVG is a 100% Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image. Using SVG, you can generate SVG objects, embed other SVG instances into it, access the DOM object, create ...

MANWAR/SVG-2.87 - 19 May 2022 17:03:48 UTC - Search in distribution

perlre - Perl regular expressions River stage five • 11693 direct dependents • 33184 total dependents

This page describes the syntax of regular expressions in Perl. If you haven't used regular expressions before, a tutorial introduction is available in perlretut. If you know just a little about them, a quick-start introduction is available in perlreq...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Kx - Perl extension for Kdb+ http://kx.com River stage zero No dependents

Alpha code. Create a wrapper around Kdb+ and Q in Perl using the C interface to Kdb+...

SLOYD/Kx-0.044 - 04 Feb 2023 14:16:58 UTC - Search in distribution
2,613 results (0.167 seconds)