Hello everyone. Bit of a general question this time around, really.
As I said previously I downloaded the compiler version of the PERL language. Having looked hard I can see that i've ended up with 5.6, having intended to actually download ActivePerl for windows. To be honest that's another story.
So now i'm on Open Perl IDE which works great for a lot of PERL programs. However of course, its not the finished article.
I just tried to do a Switch statement,
[CODE=perl]use switch;[/CODE]
This is not picked up by the compiler because like some other items it is only available in PERL 5.8.
What I want to know is where can I download a working patch that I can use to Upgrade Open PERL IDE? I have looked really hard at this and I still have had no look getting my computer to recognise a PERL switch statement. I'm basically finding upgrading worryingly difficult.
Thanks,
As I said previously I downloaded the compiler version of the PERL language. Having looked hard I can see that i've ended up with 5.6, having intended to actually download ActivePerl for windows. To be honest that's another story.
So now i'm on Open Perl IDE which works great for a lot of PERL programs. However of course, its not the finished article.
I just tried to do a Switch statement,
[CODE=perl]use switch;[/CODE]
This is not picked up by the compiler because like some other items it is only available in PERL 5.8.
What I want to know is where can I download a working patch that I can use to Upgrade Open PERL IDE? I have looked really hard at this and I still have had no look getting my computer to recognise a PERL switch statement. I'm basically finding upgrading worryingly difficult.
Thanks,
Comment