still having fundamental problems with perl i see Ece P.
try:
$ perl filename.pl
or if you have something like #!/usr/local/bin/perl as the first line of your
script and it's chmod'ed to be executable you can invoke it with just the
name.

i STRONGLY recommend a intro book to perl, you frequently have very
basic questions that need thorough answers. i recommend the o'reilly
perl books, start with Learning Perl, then buy the perl bible, Programming
Perl.



Ece P wrote:

> HI!
>
> I was curious about how to run a perl file on unix..  I have been looking
> for cgi-bin directory since when I run perl on unix from public_html
> directory onto my webpage I see the code on the web not what the code is
> supposed to output.  Thanks in advance,
>
> Ece
>
> ---------------------------------------------------------------------------
> Send administrative requests to [EMAIL PROTECTED]

still having fundamental problems with perl i see Ece P.
try:
$ perl filename.pl
or if you have something like #!/usr/local/bin/perl as the first line of your
script and it's chmod'ed to be executable you can invoke it with just the
name.

i STRONGLY recommend a intro book to perl, you frequently have very
basic questions that need thorough answers. i recommend the o'reilly
perl books, start with Learning Perl, then buy the perl bible, Programming
Perl.



Ece P wrote:

> HI!
>
> I was curious about how to run a perl file on unix..  I have been looking
> for cgi-bin directory since when I run perl on unix from public_html
> directory onto my webpage I see the code on the web not what the code is
> supposed to output.  Thanks in advance,
>
> Ece
>
> ---------------------------------------------------------------------------
> Send administrative requests to [EMAIL PROTECTED]


-- 
tom carlile                     [EMAIL PROTECTED]
professional systems wrangler
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to