Re: Output and logs

2003-09-12 Thread R. Joseph Newton
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,

RE: Output and logs

2003-09-11 Thread Paul Kraus
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

Output and logs

2003-09-11 Thread Kevin Roland Viel
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