netscape and perl

netscape and perl

Post by Oliver Schmit » Sat, 29 Apr 2000 04:00:00



Hi,
I have a question about running perl5 from my netscape browser.
Perl works great on my AIX workstation, but now I want to
run it from netscape. So I added in the helper menu for pl files
the application perl %s and activated this option ( the path is
naturally right ).
Is this enough ?
Okay, I have some doubts that it works, so does anybody has a perl
script which produces nice output so that I can really decide it works ?

Or any other tip ?
Oli

 
 
 

netscape and perl

Post by Barry Margoli » Sat, 29 Apr 2000 04:00:00




Quote:>Hi,
>I have a question about running perl5 from my netscape browser.
>Perl works great on my AIX workstation, but now I want to
>run it from netscape. So I added in the helper menu for pl files
>the application perl %s and activated this option ( the path is
>naturally right ).
>Is this enough ?
>Okay, I have some doubts that it works, so does anybody has a perl
>script which produces nice output so that I can really decide it works ?

>Or any other tip ?

If you just need to see that it works, here's a simple script that prints
the numbers from 1 to 10:

for $i (1 .. 10) {
  print $i, "\n";

Quote:}

--

Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.