And, raising another possibility, M$' "Access Control" may be getting in your way... as it does not always behave as you might expect, despite your "Admin" status.

But from your description, you did put \Perl\bin in your path. That's good.

However, your "hello.pl" file does NOT belong in "C:\Perl\bin" or "C:\Program Files\Perl\bin" because that's for Perl itself.

Instead, create another directory, outside the AC restricted zone... perhaps, "C:\Libraries\scripts" or, better yet, "D:\scripts" and try running "hello.pl" from there.


In reply to Re: Activerperl permissions error win 7 64 bit vanilla install by ww
in thread Activerperl permissions error win 7 64 bit vanilla install by hugeness

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.