Horje
perl escape string for shell Code Example
perl escape string for shell
use String::ShellQuote 'shell_quote';

my $cmd = shell_quote( 'echo', 'This is sample text ending in a slash \\' );

`$cmd`;




Shell

Related
upload git repository to github Code Example upload git repository to github Code Example
run command on ctrl-c in shell script Code Example run command on ctrl-c in shell script Code Example
create a tunnel via permanently Code Example create a tunnel via permanently Code Example
github create repo from terminal Code Example github create repo from terminal Code Example
add remote github Code Example add remote github Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11