John Green wrote:
> 
> Ladislav,
> 
> It is easily done, just install both.  The problem is that
> you may have only one file association per suffix.
> 
> i.e. You can't have .pl map to Perl 5.005_03 and 5.6
> 
> One way around that would be to use different suffixes,
> maybe:
> 
> .pl - For 5.005_03 (Active State Build 522)
> .p56 - For Perl 5.6 (Active State Build 613 ?)

This is one area where the UNIX shebang excells.  No need to create new
extensions or use the fullpath on the command line.  Just specify the
executable you want to use in the script itself.

I'm not sure, but you may want to check if bash from CYGWIN supports
this...


HTH,
Ian


-- 
99 little bugs in the code, 99 bugs in the code.
Fix one bug, compile again, 100 little bugs in the code.
100 little bugs in the code, 100 bugs in the code.
Fix one bug, compile again, 101 little bugs in the code...

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to