• Stars
    star
    214
  • Rank 184,731 (Top 4 %)
  • Language
    Perl
  • License
    Other
  • Created about 10 years ago
  • Updated 16 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Perl Power Tools
Coverage Status

The PerlPowerTools module

This is the README for the PerlPowerTools Perl module. This distribution provides pure-Perl implementations of popular Unix tools aimed at the less fortunate systems that don't come with them. By default, these install into ~/perlpowertools.

There are some other ways that might get you to the same thing (and are probably better supported):

Documentation

To read about PerlPowerTools, look at the embedded documentation in the module itself. Inside the distribution, you can format it with perldoc:

% perldoc lib/PerlPowerTools.pm

If you have already installed the module, you can specify the module name instead of the file location:

% perldoc PerlPowerTools

You can read the documentation and inspect the meta data at MetaCPAN.

The standard module documentation has example uses in the SYNOPSIS section, but you can also look in the examples/ directory (if it's there), or look at the test files in t/.

Installation

You can install this module with a CPAN client, which will resolve and install the dependencies:

% cpan PerlPowerTools
% cpanm PerlPowerTools

You can also install directly from the distribution directory, which will also install the dependencies:

% cpan .
% cpanm .

You could install just this module manually:

% perl Makefile.PL
% make
% make test
% make install

If you didn't specify INSTALL_BASE, the modules go into your home directory under perlpowertools. You'll need to add this to PATH to be able to use them.

If you want to install them somewhere else, run the Makefile.PL with your installation location:

perl Makefile.PL INSTALL_BASE=/where/you/want/them/to/go

Source location

The meta data, such as the source repository and bug tracker, is in Makefile.PL or the META.* files it creates. You can find that on those CPAN web interfaces, but you can also look at files directly in the source repository:

If you find a problem, file a ticket in the issue tracker:

Getting help

Although I'm happy to hear from module users in private email, that's the best way for me to forget to do something.

Besides the issue trackers, you can find help at Perlmonks or Stackoverflow, both of which have many competent Perlers who can answer your question, almost in real time. They might not know the particulars of this module, but they can help you diagnose your problem.

You might like to read brian's Guide to Solving Any Perl Problem.

You should have received a LICENSE file, but the license is also noted in the module files. About the only thing you can't do is pretend that you wrote code that you didn't.

Good luck!

Enjoy,

brian d foy, [email protected]

More Repositories

1

Learning-Perl-Sample-Files

Extra files for use with Learning Perl
Perl
67
star
2

LearningPerl6_Downloads

The downloads for LearningPerl6.com, here as a backup
Raku
27
star
3

cpan-script

(Perl) Interact with CPAN from the command line
Perl
23
star
4

cpan-security-advisory

CPAN Security Advisory Database
Perl
22
star
5

perl7faq

Answers to your questions about Perl 7
19
star
6

unicode-tussle

Tom( Christiansen)'s Unicode Scripts So Life is Easier
Perl
17
star
7

cpan-audit

Check CPAN modules for known security vulnerabilities
Perl
17
star
8

test-file

(Perl) Check file attributes
Perl
13
star
9

module-release

(Perl) Automate software releases
Perl
12
star
10

pod-perldoc

Translate from Perl's Pod doc format to other formats
Perl
11
star
11

mycpan-indexer

(Perl) Index a Perl distribution
Perl
10
star
12

mac-propertylist

(Perl) work with Mac plists at a low level
Perl
10
star
13

excellent_numbers

Compute excellent numbers
Perl
9
star
14

cpan-packagedetails

(Perl) A code interface to CPAN's 02packages.details.txt.gz
Perl
9
star
15

ghojo

A Mojo-based GitHub API implementation
Perl
8
star
16

RakuPowerTools

The Perl Power Tools, but in Raku
Raku
8
star
17

module-extract-use

Extract the modules a Perl file uses
Perl
8
star
18

mac-perl-versions

A JSON file of the versions of Perl released with each Mac version
8
star
19

modulino-demo

The Perl Modulino::Demo module
Perl
8
star
20

test-output

Utilities to test STDOUT and STDERR messages.
Perl
7
star
21

raku-PrettyDump

Format a Perl 6 data structure for human inspection
Raku
7
star
22

brians_guide_to_solving_any_perl_problem

brian's guide to solving any Perl problem
7
star
23

app-module-lister

List all of the installed Perl modules with just Perl5.004 code
Perl
7
star
24

jobs.perl.org-jobs-counter

Perl
6
star
25

test-prereq

(Perl) check if Makefile.PL has the right pre-requisites
Perl
6
star
26

oreilly-animals

Scraping the O'Reilly cover animals
Perl
6
star
27

app-url

A command-line utility to play with URLs
Perl
5
star
28

raku-chemistry-elements

Raku extension for working with the Periodic Table of Elements
Raku
5
star
29

object-iterate

Make Perl objects iterable as in Python
Perl
5
star
30

brick

(Perl) Complex business rule data validation
Perl
5
star
31

github_workflows

My personal GitHub Actions
5
star
32

module-extract-namespaces

Extract the namespaces a Perl module uses
Perl
5
star
33

mac-osversion

(Perl) Get the Mac OS X system version
Perl
5
star
34

io-interactive

Utilities for interactive I/O
Perl
5
star
35

string-sprintf

The String::Sprintf Perl module
Perl
5
star
36

task-mojolearningenvironment

Everything you need to play with Mojolicious, and more
Perl
5
star
37

dumbbench

More reliable benchmarking without thinking
Perl
5
star
38

mycpan-app-dpan

(Perl) Create a custom, private DarkPAN repository
Perl
5
star
39

wordpress-grep

A Perl tool to search through a WordPress database
Perl
5
star
40

app-ppi-dumper

(Perl) This is what the module does
Perl
4
star
41

big_bs_javascript_repo

How easy is it to fool these repo analyzers?
JavaScript
4
star
42

perlbench

A suite for benchmarking of Perl
Shell
4
star
43

Perl-Bibliography

A guide to the Perl books we think you should read
4
star
44

perl5faq_in_perl6

Answers to the perlfaq from Perl 5, but in Perl 6
Raku
4
star
45

json-acceptance-tests

Some sample JSON files to test your parser
4
star
46

geo-geonames

(Legacy) Deal with geonames - now maintained at https://github.com/nigelhorne/Geo-GeoNames
Perl
4
star
47

parnas_decomposition

A demonstration of D.L. Parnas's decomposition paper
Perl
4
star
48

module-extract-version

(Perl) Extract the version of a Perl module
Perl
4
star
49

briandfoy

brian d foy
4
star
50

task-masteringperl

Modules mentioned in Mastering Perl, 2nd Edition
Perl
4
star
51

module-release-git

Module::Release mixin to work with Git repositories
Perl
4
star
52

tie-cycle

Cycle through a list of values via a scalar
Perl
4
star
53

3xx

Various tools to grab the location header of an HTTP response
Python
4
star
54

data-constraint

(Perl) prototypical value checking
Perl
4
star
55

Perl6_BBEdit_CLM

Perl 6 BBEdit Codeless Language Module
Raku
4
star
56

net-ssh-perl

Development on the Net::SSH::Perl module to support latest ciphers, key exchange mechanisms, etc.
Perl
4
star
57

business-isbn-data

Data pack for Business::ISBN
Perl
3
star
58

Bundle-BDFOY

Install all of BDFOY's modules in one go
Perl
3
star
59

cpan-critic

Critique a CPAN distribution
Perl
3
star
60

du-curses

Perl
3
star
61

tie-timely

Make self-destructing scalars
Perl
3
star
62

learning-perl-challenges

My answers to my Learning Perl Challenges
Perl
3
star
63

set-crossproduct

(Perl) The Set::CrossProduct module
Perl
3
star
64

mac-errors

Constants for Mac error codes
Perl
3
star
65

app-unichar

Perl tool to display Unicode characters by character, name, or code point
Perl
3
star
66

git-services-commands

Perl
3
star
67

Perl-Interview-Questions

Real answers for the questions from the book
3
star
68

perl_fisher

Resurrecting Jeff Goff's Perl Fisher
HTML
3
star
69

http-cookies-chrome

(Perl) Access the Chrome cookies file
Perl
3
star
70

sourcecode-linecounter-perl

Character and count lines of Perl source code
Perl
3
star
71

chemistry-elements

Perl extension for working with Chemical Elements
Perl
3
star
72

pegs-pdf

Draw Perl Graphical Structures in PDF
Perl
3
star
73

yaml-module-test

Which Perl YAML modules don't handle your YAML?
Perl
3
star
74

briandfoy.github.io

brian d foy's blog
SCSS
3
star
75

business-isbn

(Perl) Deal with ISBNs
Perl
3
star
76

twiddle-regex

A Perl/Tk application to explore regexes
Perl
3
star
77

file-fingerprint

(Perl) Provide different ways to distinguish a file
Perl
3
star
78

test-data

The Test::Data Perl module
Perl
3
star
79

cheatsheets-briandfoy

brian d foy's personal cheatsheets (for the cheat tool)
3
star
80

file-find-closures

(Perl) functions you can use with File::Find
Perl
3
star
81

brians_perl_modules_appveyor_config

My standard AppVeyor configuration for my public Perl modules
3
star
82

mojo-promise-role-higherorder

(Mojolicious) Higher order promises
Perl
3
star
83

cacertorg-ca

Distribute the CACert.org root certificate as a Perl module
Perl
2
star
84

http-cookies-mozilla

Deal with Mozilla cookie files
Perl
2
star
85

configreader-simple

(Perl) Simple configuration file parser
Perl
2
star
86

distribution-cooker

Perl modulino to create a distribution stub
Perl
2
star
87

app-rhich

which(1) with a regex
Perl
2
star
88

sort-fields

(Perl) The Sort::Fields module
Perl
2
star
89

rakudo-star-chocolatey

Rakudo Star chocolatey packages
Perl
2
star
90

surveyor-app

A program to run Perl benchmarks distributed as packages
Perl
2
star
91

net-publicsuffixlist

Figure out the TLD of a hostname
Perl
2
star
92

practical_astronomy

Implementing what I see in Practical Astronomy with Your Calculator
Perl
2
star
93

debugging-perl

Thoughts for a potential book
2
star
94

hash-asobject

(Perl) The Hash::AsObject module
Perl
2
star
95

Perl-Books

A library project to make a Perl bibliography
Perl
2
star
96

pause_replay

Replay PAUSE events
2
star
97

business-ismn

(Perl) Deal with ISMN values
Perl
2
star
98

tie-stringarray

Store an array as a string
Perl
2
star
99

tie-boundedinteger

Limit the values that can be in a Perl scalar
Perl
2
star
100

perl-ssl

Perl implementation of the StupidStackLanguage
Perl
2
star