Kevin Roland Viel wrote:
> Greetings,
>
>I have just installed ActivePerl 5.8.0.806 on a Win2000 machine. My
> path variable contains C:\Perl\bin\. I have the following code in a
> program
> print.pl:
>
> $DNA="AGT";
> print $DNA;
> exit;
>
>Where might I see the results? For instance,
ve your scripts create their own logs very easily.
Paul
-Original Message-
From: Kevin Roland Viel [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 9:23 AM
To: [EMAIL PROTECTED]
Subject: Output and logs
Greetings,
I have just installed ActivePerl 5.8.0.806 on a Win2000 ma
Greetings,
I have just installed ActivePerl 5.8.0.806 on a Win2000 machine. My
path variable contains C:\Perl\bin\. I have the following code in a
program
print.pl:
$DNA="AGT";
print $DNA;
exit;
Where might I see the results? For instance, I expected a window to
pop up (since I submitte