Connecting Tech Pros Worldwide Forums | Help | Site Map

Perl-Shell Embedding problem

Newbie
 
Join Date: Jul 2006
Posts: 1
#1: Jul 18 '06
HI all can anyone help me,

i want to use some shell commands in perl script which is not possible can any one instruct me how to execute shell commands in perl script like ls,grep,awk

Newbie
 
Join Date: Jul 2006
Location: chennai
Posts: 6
#2: Jul 22 '06

re: Perl-Shell Embedding problem


you can execute as
system('ls');
Reply