Re: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Michael M. L. Broggy
On Tue, 30 Apr 2002, Larry wrote: > Anyway, I do not see the program run. Of course I am doing something very > basic wronganyone know what it is??? Thanks !!! What "program" is it? You likely won't see it do much in the GUI in the normal course of things, as Perl will usually do things

Re: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Harry Jackson
> > From: Larry[SMTP:[EMAIL PROTECTED]] > > > Hey ))) > > I am learning perl now for use with CGI. > > I installed active Perl on both windows Millenium AND windows XP > systems. > > Both of the fail to run a .pl file. I see a window flash on the > screen for a part of a second and the

RE: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread David Gray
> I am learning perl now for use with CGI. > > I installed active Perl on both windows Millenium AND windows > XP systems. > > Both of the fail to run a .pl file. I see a window flash on > the screen for a part of a second and then disappear.the > window looks like it is a DOS command wi

Re: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Josef E. Galea
Try running the script from a command promt window (Start > Run > cmd.exe) using perl .pl so that if there is an output, you see it. Also try to use perl -w .pl to locate possible bugs - Original Message - From: "Larry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May

RE: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Nikola Janceski
try opening a command prompt in the directory with the perlscript and type in the name of the perl script: c:\scripts> test.pl > -Original Message- > From: Larry [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 6:01 PM > To: [EMAIL PROTECTED] > Subject: Brand New Perl Beginner