[CTS] Re: GGI runs CGI

  • From: John Madden <weez@xxxxxxxxxxxxx>
  • To: computertalkshop@xxxxxxxxxxxxx
  • Date: Wed, 27 Mar 2002 23:36:49 -0500

> This may have been asked before, but what sort of Perl command can be
> used to make
> script A run script B
> when they are separate scripts?
> I need this to work on a new idea.

Use the system() command:

#!/usr/bin/perl -w
system("/path/to/scriptb");



John




-- 
# John Madden  weez@xxxxxxxxxxxxx ICQ: 2EB9EA
# FreeLists, Free mailing lists for all: //www.freelists.org
# UNIX Systems Engineer, Ivy Tech State College: http://www.ivy.tec.in.us
# Linux, Apache, Perl and C: All the best things in life are free!
---------------------------------------------------------------------------
-----
Computer Talk Shop http://www.computertalkshop.com
Un-subscribe/Vacation, http://questforcertification.com/cts/list_options.htm

List HowTo: http://questforcertification.com/cts/faq

To join Computer Talk Shop's off topic list, please goto:
http://questforcertification.com/cts/other_cts_lists.htm
---------------------------------------------------------------------------
------

Other related posts: