Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command Line "command" from Perl 2

Status
Not open for further replies.

andyros

Programmer
Joined
Jul 12, 2005
Messages
42
Location
GB
Hey

Just wondering weather it is possible to run another command line argument from within a perl script?

Say i wanted to run another perl script for example from within another...

c:\blah>perl somescript.pl

can i execute this from within another perl script?

cheers
andy
 
Check "system" function.

dmazzini
GSM System and Telecomm Consultant

 
ahh sweeeet, never even seen that before! :)

cheers
andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top