Are the Strawberry perl dirs at the front of the path?
If you've installed Strawberry Perl from the .msi installer, then the answer is "no". This is something that has created problems in the past
AFAIK, that installer always places the Strawberry perl dirs at the end of the path.
This makes it tricky if you have multiple perls and/or multiple anything-that-is-included-in-strawberry/c/bin.
It makes far better sense to run a portableshell.bat (or similar) which puts everything at the beginning of the PATH.
That way, even if there is another compiler (or whatever) in the PATH, perl is still using the one that it's meant to use.
I go one step further and make sure that there is no perl or C compiler in my PATH,
until I run a batch script (eg portableshell.bat) that places the perl/compiler combination of my choice at the start of the PATH.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.