May 20, 2009 #1 kcire Programmer May 15, 2009 18 BR hi all i have one question about call an external programs with perl how can i call a program (ex: calculator,messenger,word...) by writing a perl code?? is that possible?
hi all i have one question about call an external programs with perl how can i call a program (ex: calculator,messenger,word...) by writing a perl code?? is that possible?
May 20, 2009 #2 feherke Programmer Aug 5, 2002 9,540 RO Hi Yes. With the [tt]system[/tt] or [tt]exec[/tt] function or the [tt]``[/tt] operator. Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote
Hi Yes. With the [tt]system[/tt] or [tt]exec[/tt] function or the [tt]``[/tt] operator. Feherke. http://rootshell.be/~feherke/
May 20, 2009 Thread starter #3 kcire Programmer May 15, 2009 18 BR nice can you give me an example? im perl starter programing Upvote 0 Downvote
May 20, 2009 #4 feherke Programmer Aug 5, 2002 9,540 RO Hi Better examples then the official documentation has ? No, I can not. Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote
Hi Better examples then the official documentation has ? No, I can not. Feherke. http://rootshell.be/~feherke/
May 20, 2009 Thread starter #5 kcire Programmer May 15, 2009 18 BR thanks man, i got it on perldoc Upvote 0 Downvote