Name : perl-String-ShellQuote
| |
Version : 1.04
| Vendor : obs://build_opensuse_org/home:lemmy04
|
Release : lp155.2.1
| Date : 2022-11-14 09:43:51
|
Group : Development/Libraries/Perl
| Source RPM : perl-String-ShellQuote-1.04-lp155.2.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Quote strings for passing through the shell
|
Description :
This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object.
* *shell_quote* [_string_]...
*shell_quote* quotes strings so they can be passed through the shell. Each _string_ is quoted so that the shell will pass it along as a single argument and without further interpretation. If no _string_s are given an empty string is returned.
If any _string_ can\'t be safely quoted *shell_quote* will *croak*.
* *shell_quote_best_effort* [_string_]...
This is like *shell_quote*, excpet if the string can\'t be safely quoted it does the best it can and returns the result, instead of dying.
* *shell_comment_quote* [_string_]
*shell_comment_quote* quotes the _string_ so that it can safely be included in a shell-style comment (the current algorithm is that a sharp character is placed after any newlines in the string).
This routine might be changed to accept multiple _string_ arguments in the future. I haven\'t done this yet because I\'m not sure if the _string_s should be joined with blanks ($\") or nothing ($,). Cast your vote today! Be sure to justify your answer.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/lemmy04/15.5/noarch |