📅  最后修改于: 2022-03-11 14:50:20.095000             🧑  作者: Mango
use String::ShellQuote 'shell_quote';
my $cmd = shell_quote( 'echo', 'This is sample text ending in a slash \\' );
`$cmd`;