Help for this page

Select Code to Download


  1. or download this
    use feature qw( say );
    use IPC::Run qw( run );
    ...
    
    run( ['/bin/bash', '-c', qq{echo -n "$path"}, ], q{>}, \$output );
    say qq{Output: $output};