print STDERR `"echo hello"`; #### hello #### C:\>"echo hello" #### '"echo hello"' is not recognized as an internal or external command, operable program or batch file. #### print STDERR `"My Echo.pl"`; print STDERR `"My Echo (v1).pl"`; #### echo 'My' is not recognized as an internal or external command, operable program or batch file. #### C:\>cmd/c "My Echo.pl" echo C:\>cmd/c "My Echo (v1).pl" 'My' is not recognized as an internal or external command, operable program or batch file.