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
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
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
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
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
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
> > 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
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
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
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
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
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
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]
13 matches
Mail list logo