RE: [Perl-unix-users] Determining the Calling Program

2004-04-07 Thread Thomas, Mark - BLS CTR
Subject: [Perl-unix-users] Determining the Calling Program > > > Is there anyway in Perl to determine which program called a > perl script? > > Program A, runs script 1, script 1 prints, Running from Program A > > Program B, runs script 1, script 1 pr

Re: [Perl-unix-users] Determining the Calling Program

2004-04-07 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Is there anyway in Perl to determine which program called a perl script? > > Program A, runs script 1, script 1 prints, Running from Program A > > Program B, runs script 1, script 1 prints, Running from Program B Depends on what you mean by run (system, ``, call includ

[Perl-unix-users] Determining the Calling Program

2004-04-07 Thread jimmy
Is there anyway in Perl to determine which program called a perl script? Program A, runs script 1, script 1 prints, Running from Program A Program B, runs script 1, script 1 prints, Running from Program B --Jimmy =+=+=+=+=+=+=+=+=+=+ James Schappet Schappet.com ___