Bareword "BLOCK" not allowed

"BLOCK" is defined in Archive::Tar::Constant. Which version of Archive::Tar do you have ? Perhaps you have an ancient version that fails to define "BLOCK". (Archive::Tar-1.30 seems to work quite well with Archive::Tar::Streamed-0.03 for me ... though I suspect you'll have trouble updating Archive:Tar on your broken perl.)

If you're wanting to do much useful stuff with perl on Windows you ought to consider getting an up-to-date version of Win32 perl (one that ships with its own compiler and make utility). I recommend Strawberry Perl (http://vanillaperl.com/) - which comes with the MinGW (gcc)compiler and dmake. You can then also install the version of ppm that is found on CPAN, and use it to 'ppm install' from the usual repositories whenever you want.

Cheers,
Rob
Update: Actually, you can probably get a sufficiently recent version of Archive::Tar using ppm:
ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/Archive-Tar.ppd
That will install version 1.26.

In reply to Re^6: Problems installing Archive::Tar::Streamed on Win32 by syphilis
in thread Problems installing Archive::Tar::Streamed on Win32 by DV

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.