If you posting is exactly what you type, could this be the be the answer?perl -e 'system("dir")' #failed perl -e 'system(\"dir\")' #failed perl -e system("dir") #worked perl -e system(\"dir\") #worked
In reply to Re: system call works on *nix not NT
by Scarborough
in thread system call works on *nix not NT
by Unholy One
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |