RE: Running a .pl file in Windows opens a "File Download" window

2003-06-03 Thread Lile, James AZ2 (VAW-115)
I found the answer to your problem in the enviroment variables. in the command prompt, you can use the command 'set path' to "/path/to/perl.exe" and ftype and assoc to configure windows to run the script is supposed too. This will have to be done each time the command prompt is opened, unless you d

Running a .pl file in Windows opens a "File Download" window

2003-06-03 Thread Ceilon Aspensen
I am having trouble getting Windows 98 to associate a .pl file with perl.exe. I have already been to the ActiveState.com website and followed the instructions for making sure that I have these file associations set up correctly. I've verified that the perl.exe is in the correct directory. As far

RE: Calling a perl script from another perl script

2003-06-03 Thread Bob Showalter
Paul Kraus wrote: > List correct me if I am wrong but you can use single quotes here > because your not using any variables. You are passing exactly what > you see. In fact this is the preferred way to write strings that do > not contain variables or special characters. Correct? > > -Original

Re: Calling a perl script from another perl script

2003-06-03 Thread zentara
On Mon, 2 Jun 2003 15:25:03 -0400, [EMAIL PROTECTED] (Paul Kraus) wrote: >List correct me if I am wrong but you can use single quotes here because >your not using any variables. You are passing exactly what you see. In >fact this is the preferred way to write strings that do not contain >variables

RE: Calling a perl script from another perl script

2003-06-03 Thread Paul Kraus
List correct me if I am wrong but you can use single quotes here because your not using any variables. You are passing exactly what you see. In fact this is the preferred way to write strings that do not contain variables or special characters. Correct? -Original Message- From: [EMAIL PROT

Re: Calling a perl script from another perl script

2003-06-03 Thread zentara
On Mon, 2 Jun 2003 14:21:37 +0100 (WEST), [EMAIL PROTECTED] (João luís bonina) wrote: >Well, I've tried the system function, but it isn't executing the script >which is located in the same directory... > >I'm using it this way : > system('sendfile.pl ons4jlb'); If you havn't found an answer

Re: Calling a perl script from another perl script

2003-06-03 Thread Andrew Brosnan
> > On 6/2/03 at 1:49 PM, [EMAIL PROTECTED] (João Luís Bonina) > > wrote: > > > >> Hi, > >> > >> I'm developing a cgi script with perl and I want to call another > >> perl script from this one. > >> > >> How can I do that? > >> > > > > Lots of ways you *could* do it. How *should* you? In Maine we h

RE: Calling a perl script from another perl script

2003-06-03 Thread João Luís Bonina
No, this is on Linux and I even have tried it with the full path, and it still doesn't execute it... > Is this a windows system? Try > System('perl sendfile.pl ons4jlb') > > Also go to the directory of the source script and from the command line > type sendfile.pl ons3jlb and see if it works. You

RE: Calling a perl script from another perl script

2003-06-03 Thread Mark Young
Do do >> -Original Message- >> From: Paul Kraus [mailto:[EMAIL PROTECTED] >> Sent: Monday, June 02, 2003 10:45 AM >> To: 'João Luís Bonina'; [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: RE: Calling a perl script from another perl script >> >> Is this a windows system? Try >> Sy

RE: Calling a perl script from another perl script

2003-06-03 Thread Paul Kraus
Is this a windows system? Try System('perl sendfile.pl ons4jlb') Also go to the directory of the source script and from the command line type sendfile.pl ons3jlb and see if it works. You may have to include the path. On my system I can't pass anything into a perl script with out prefixing perl to

Re: Calling a perl script from another perl script

2003-06-03 Thread João Luís Bonina
Well, I've tried the system function, but it isn't executing the script which is located in the same directory... I'm using it this way : system('sendfile.pl ons4jlb'); > On 6/2/03 at 1:49 PM, [EMAIL PROTECTED] (João Luís Bonina) wrote: > >> Hi, >> >> I'm developing a cgi script with perl

Re: Calling a perl script from another perl script

2003-06-03 Thread Andrew Brosnan
On 6/2/03 at 1:49 PM, [EMAIL PROTECTED] (João Luís Bonina) wrote: > Hi, > > I'm developing a cgi script with perl and I want to call another perl > script from this one. > > How can I do that? > Lots of ways you *could* do it. How *should* you? In Maine we have a saying, "Hard tellin' not know

Calling a perl script from another perl script

2003-06-03 Thread João Luís Bonina
Hi, I'm developing a cgi script with perl and I want to call another perl script from this one. How can I do that? Regards, João Bonina -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]