Hi I was trying to use perl corn for my auto builds scheduling and is facing a problem on NT. May be it doesnt support the same on NT. So I have decided to use schedule at. I downloaded the pl from the site address as follow http://search.cpan.org/search?dist=Schedule-At and while installing the same I am facing some problem. as below perl version D:\Auto\Perl\PerlLib\scheduleat>perl -v This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 2 registered patches, see perl -V for more detail) Copyright 1987-2000, Larry Wall Binary build 624 provided by ActiveState Tool Corp. http://www.ActiveState.com Built 13:01:23 Feb 6 2001 Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. on schedule at installtion D:\Auto\Perl\PerlLib\scheduleat>perl Makefile.PL Have D:\MySoftware\perl\lib\Config.pm expected D:\MYSOFT~2\perl\lib\Config.pm Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: lib Config says: MSWin32-x86-multi-thread This may or may not cause problems. Please check your installation of perl if yo u have problems building this extension. Writing Makefile for Schedule::At D:\Auto\Perl\PerlLib\scheduleat>make Makefile:641: *** missing separator. Stop. D:\Auto\Perl\PerlLib\scheduleat>make test Makefile:641: *** missing separator. Stop. D:\Auto\Perl\PerlLib\scheduleat>make install Makefile:641: *** missing separator. Stop. please guide me if i will face any problem due to this and also the cause if possible thanks in advance Shashank

In reply to perl schedule at installation by Shashankkhare

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.