in reply to getting a problem when I use which command with system function
Actually i am not getting any error i am able to get the output perfectly.
#!/usr/bin/perl print " HELLO \n"; system( " which ls ");
OUTPUT
HELLO /bin/ls
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: getting a problem when I use which command with system function
by jbrugger (Parson) on Nov 03, 2006 at 05:42 UTC |