The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "ExtUtils::Command"

ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc. River stage five • 21376 direct dependents • 32646 total dependents

The module is used to replace common UNIX commands. In all cases the functions work from @ARGV rather than taking arguments. This makes them easier to deal with in Makefiles. Call them like this: perl -MExtUtils::Command -e some_command some files to...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC - Search in distribution

CTK::CLI - Command line interface River stage one • 1 direct dependent • 1 total dependent

Command line interface. Prompt and select methods cli_prompt my $v = cli_prompt('Your name:', 'anonymous'); debug( "Your name: $v" ); Show prompt string for typing data cli_select my $v = cli_select('Your select:',[qw/foo bar baz/],'bar'); debug( "Yo...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

tv - Run 'make TEST_VERBOSE=1' on one or more test files River stage zero No dependents

Given one or more test scripts, Perl source code files, directories containing them, or Perl package names, tv tries to select and run the appropriate test scripts using "make test TEST_VERBOSE=1 TEST_FILES=..." where the "..." are the selected test ...

RBS/Test-Verbose-0.01 - 09 Mar 2004 06:36:14 UTC - Search in distribution
  • Test::Verbose - Run 'make TEST_VERBOSE=1' on one or more test files

JS River stage one • 8 direct dependents • 9 total dependents

Some JavaScript modules can be installed from CPAN. This module comes with a utility called "js-cpan" that helps you find JavaScript modules that have been installed on your system so that you can use them in various projects....

INGY/JS-0.29 - 16 Aug 2014 23:43:10 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage five • 11292 direct dependents • 32664 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

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

cpan - easily interact with CPAN from the command line River stage three • 53 direct dependents • 522 total dependents

This script provides a command interface (not a shell) to CPAN. At the moment it uses CPAN.pm to do the work, but it is not a one-shot command runner for CPAN.pm. Options -a Creates a CPAN.pm autobundle with CPAN::Shell->autobundle. -A module [ modul...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution
  • CPAN - query, download and build perl modules from CPAN sites
  • App::Cpan - easily interact with CPAN from the command line
  • CPAN::FirstTime - Utility for CPAN::Config file Initialization

h2xs - convert .h C header files to Perl extensions River stage zero No dependents

*h2xs* builds a Perl extension from any C header file. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header. The *module_name* will be used for the name of the extension. If m...

DOUGM/ExtUtils-DynaGlue-1.00a - 27 Nov 1996 20:03:47 UTC - Search in distribution

oodist - create perl distributions with OODoc River stage zero No dependents

The "oodist" script is currently only usable on UNIX in combination with Makefile.PL. It is a smart wrapper around the OODoc module, to avoid start work to produce real POD for modules which use OODoc's POD extensions. HTML is not (yet) supported. Co...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution
  • PDL::FAQ - Frequently asked questions about PDL
  • Inline::Pdlpp - Write PDL Subroutines inline with PDL::PP

cpanx - A CPAN downloader script River stage zero No dependents

This program will download, display, and install modules (and their dependencies) from CPAN. A public repository of user contributed perl code. This script is different to scripts like cpan and cpanm in that it will show what it will do before it doe...

JACOBG/App-Cpanx-1.00 - 31 Oct 2022 20:24:23 UTC - Search in distribution

ucpan - improved CPAN modules updater River stage zero No dependents

ucpan is module update program. This program has the following advantages over executing "cpan-outdated | cpanm" from the command line. * Display the outdated module list in easy-to-see table format. * Display the progress from fetch to install compa...

KPEE/App-ucpan-1.13 - 09 Dec 2019 08:49:08 UTC - Search in distribution

cover - report coverage statistics River stage three • 61 direct dependents • 117 total dependents

Report coverage statistics in a variety of formats. The summary option produces a short textual summary. Other reports are available by using the report option. The following reports are currently available: html - detailed HTML reports (default) htm...

PJCJ/Devel-Cover-1.40 - 30 Apr 2023 18:51:14 UTC - Search in distribution
  • gcov2perl - convert gcov files to Devel::Cover databases

perlfaq7 - General Perl Language Issues River stage zero No dependents

This section deals with general Perl language issues that don't clearly fit into any of the other sections. Can I get a BNF/yacc/RE for the Perl language? There is no BNF, but you can paw your way through the yacc grammar in perly.y in the source dis...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Inline::CPP - Write Perl subroutines and classes in C++. River stage two • 6 direct dependents • 13 total dependents

The Inline::CPP module allows you to put C++ source code directly "inline" in a Perl script or module. You code classes or functions in C++, and you can use them as if they were written in Perl....

DAVIDO/Inline-CPP-0.80 - 19 Apr 2019 14:57:11 UTC - Search in distribution

Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library River stage three • 104 direct dependents • 130 total dependents

The Gtk2 module allows a Perl developer to use the Gtk+ graphical user interface library. Find out more about Gtk+ at http://www.gtk.org. The GTK+ Reference Manual is also a handy companion when writing Gtk programs in any language. http://developer....

XAOC/Gtk2-1.24993 - 27 Aug 2019 18:35:21 UTC - Search in distribution

perlpp - Perl preprocessor: process Perl code within any text file River stage zero No dependents

CXW/Text-PerlPP-0.600002 - 29 Oct 2022 02:44:35 UTC - Search in distribution

corelist - a commandline frontend to Module::CoreList River stage five • 95 direct dependents • 21441 total dependents

See Module::CoreList for one....

BINGOS/Module-CoreList-5.20240320 - 20 Mar 2024 16:34:30 UTC - Search in distribution

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

midgen - Check requires & test_requires of your package for CPAN inclusion. River stage zero No dependents

BOWTIE/App-Midgen-0.34 - 25 May 2014 20:57:03 UTC - Search in distribution

Mnet - Testable network automation and reporting River stage zero No dependents

The Mnet modules are for perl programmers who want to create testable network automation and/or reporting scripts as simply as possible. The main features are: * Mnet::Test module can record and replay Mnet script options, connected expect sessions, ...

MMENZA/Mnet-5.25 - 13 Jun 2023 13:55:35 UTC - Search in distribution
194 results (0.139 seconds)