Converting /bin/ksh commands to their PERL equivalent, and executing
Posted
by T. Gruhn
on Stack Overflow
See other posts from Stack Overflow
or by T. Gruhn
Published on 2010-03-29T11:31:03Z
Indexed on
2010/03/29
11:33 UTC
Read the original article
Hit count: 570
How do I do the following conversion within a PERL script?
cd /usr/src/sys ---> chdir '/usr/src/sys' execute "chdir '/usr/src/sys' "
© Stack Overflow or respective owner