----- Original Message ----- 
From: "Rob Dixon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 31, 2003 5:44 AM
Subject: Re: I'm a Nebie to PERL


[snap]
> > > It ran and just listed the contents of the helloworld.pl file.  PERL
ran but
> > > the .pl program didn't.
> > >
> > > Any idea how to get this to work?
> > >
> >
> > First, your Perl is not a complete version of Perl. You just have the
> > compiler of Perl.
>
> You can't install 'just the compiler'. The compiler and interpreter are
> inseperably joined at the hip.

Sorry, I am just trying to focusing on the missing parts, something like
how to run a perl script without installing Perl... That's not a complete
Perl.

>
> > You almostly missed some very important modules such as strict,
warnings,
> > CGI..etc.
>
> I doubt that strict.pm or warnings.pm would be missing, and there's no
indication
> of that from what Kenneth says. Besides, CGI is of very little importance
outside
> the web hosting world.

Hmm...... I have Oracle 9.2 too, and I found there no else more modules are
bundled.

>
> > And second, your Perl is out of dated..... for Win32 OS, Perl is up to
5.8.0
> > now. So go to
> > http://www.activestate.com/Products/Download/Register.plex?id=ActivePerl
> > to download the newest, complete version of Perl.
>
> Several installations of V4.1 are working fine. Also, reinstalling a later
> version of Perl in a different place (or even the same place) may well
upset
> Oracle.
>

My opinion is on the "Hello World" level. The point is no more Oracle, or
Apache or whatever, but Perl herself. If the simplest perl line can't run
correctly,
Whatelse could be on the furture ? Again, that's my opinion. =)

> > If you use all default settings of Perl, your Perl is installed at
C:\Perl.
> > Also, some parameters (PATH) is stored to Windows too (After
> > reboot). So to run your script,
> > just start like :
>
> Do you mean the default for the ActiveState version? Anyway there's no
> reason in general for the installation path to cause problems.
>

Yes, and Yes, in general.

If one can tell the path or adding path correctly, then no problem in any
case
for sure. So, my starting point is for the simplest, defaultest starting.
Breaking
down the problem's combinations.

[snap]

Sorry if my comments are not Pro enough. But on the way I starting Perl,
unlink Delphi, Turbo C.... Perl is just looking like an silence army, stand
by
for action, but nothing more is signaled. All the way I was trying, was to
make
the "Hello World" get success, at my very beginning start time =)

Regards





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to