in reply to Re^3: system command is not working
in thread system command is not working
I do agree with you that the error is reported by /bin/sh not the perl. The perl script has just two lines; first line is
#!/usr/bin/perland second line is
system('ls -lrt > c.out');Thanks, Anand
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: system command is not working
by jffry (Hermit) on Dec 09, 2011 at 18:30 UTC | |
|
Re^5: system command is not working
by Anonymous Monk on Dec 09, 2011 at 04:58 UTC |