http://qs321.pair.com?node_id=582008


in reply to getting a problem when I use which command with system function

Hi

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


Work Hard Party Harderrr!!
Sushil Kumar
  • Comment on Re: getting a problem when I use which command with system function
  • Download Code

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
    Tried it as well:
    # Debian and CentOS Linux: perl -e 'system("which ls");' /bin/ls
    Only on windows it did not work, since i use cygwin to perform most linux like functions...
    U:\>perl -e 'system("which ls");' /usr/bin/ls U:\>/bin/ls The system cannot find the path specified. U:\>
    What os are you using?
    "We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.