-
-
31 Jul 2019 04:08:41 UTC
- Distribution: ShellQuote-Any
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (2)
- Testers (167 / 0 / 0)
- Kwalitee
Bus factor: 1- 91.53% Coverage
- License: perl_5
- Perl: v5.8.5
- Activity
24 month- Tools
- Download (12.09KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- String::ShellQuote
- Win32::ShellQuote
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ShellQuote::Any - escape strings for the shell on Linux, UNIX or MSWin32
SYNOPSIS
use ShellQuote::Any; shell_quote(['curl', 'http://example.com/?foo=123&bar=baz']); # curl 'http://example.com/?foo=123&bar=baz'
DESCRIPTION
ShellQuote::Any escapes strings for the shell on Linux, UNIX or MSWin32.
METHOD
shell_quote(\@cmd [, $os])
If this method was called without
$os
, then\@cmd
escapes for current OS.$os
supportsMSWin32
orBourne
.REPOSITORY
ShellQuote::Any is hosted on github: http://github.com/bayashi/ShellQuote-Any
I appreciate any feedback :D
AUTHOR
Dai Okabayashi <bayashi@cpan.org>
SEE ALSO
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
Module Install Instructions
To install ShellQuote::Any, copy and paste the appropriate command in to your terminal.
cpanm ShellQuote::Any
perl -MCPAN -e shell install ShellQuote::Any
For more information on module installation, please visit the detailed CPAN module installation guide.