Re: Two easy questions.

2004-09-21 Thread Le Sandy Sun
yes.I think your question is making the 'perl command interpret' default 
to excute the plx file that you made.You can make the configration in 
windos to solve the problem.

-Sandy

Drue Reeves wrote:
Truly newbie questions
Why do some scripts have a CGI extension while other a .pl and still other a .plx? 
Does the .cgi extension give it some web characteristics?
Is there a way to run my script without specifying perl before the script? In other 
words, I want to type c:\myscript.plx instead of c:\perl myscript.plx.
Thanks,
Drue
 


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response



How to update perl5?

2004-08-07 Thread Le Sandy Sun
Well,there are two perl5 in my solairs mechine.
The defualt is perl5,v5.003 and another is perl5,v5.6.1
My question is how can I change the defualt perl5 from v5.003 to v5.6.1?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response



Re: How to update perl5?

2004-08-07 Thread Le Sandy Sun
I think there is some problem.Because I can not change anything in 
/usr/dist.That is the point.The perl5 file and the perl5 profile.So that 
I get there ,but can do nothing.

Owen wrote:
On Sat, 07 Aug 2004 17:29:34 +0800
Le Sandy Sun [EMAIL PROTECTED] wrote:
 

Well,there are two perl5 in my solairs mechine.
The defualt is perl5,v5.003 and another is perl5,v5.6.1
My question is how can I change the defualt perl5 from v5.003 to v5.6.1?
   


You will probably find a symbolic link from /usr/bin/perl5-003 to /usr/bin/perl
Delete that and make a new link from /usr/bin/perl5.6.1 to /usr/bin/perl
Look around, may be it is in /usr/local/bin
 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response