Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How PAR pp works?

by Anonymous Monk
on Jun 21, 2010 at 16:47 UTC ( [id://845774]=note: print w/replies, xml ) Need Help??


in reply to How PAR pp works?

Replies are listed 'Best First'.
Re^2: How PAR pp works?
by saintex (Scribe) on Jun 23, 2010 at 17:04 UTC
    after some reading and some tests I'm pretty satisfied of pp tool.

    I converted my switch in an if/elsif series as advised.

    Then I added some modules with -M option
    (Net::SMTP:TLS and MIME::Lite).

    So I ran some test programs with some satisfaction.

    Now I plan to use Simple::XML to read a config.xml file.

    pp doesn't find SAX.pm, so I linked it with -M option, but I have still another error:

    Can't locate unicore/Heavy.pl in @INC

    I have tried to link Heavy.pl through -M option, but... nothing to do... The program is still searching Heavy.pm

    So I searched over the web (Googled) and I found that thread:
    https://rt.cpan.org/Public/Bug/Display.html?id=58093
    it seems related to my problem
    (I have too strawberry perl 5.12, etc.)
    but not understood much about it...

    Any suggestions?
    thank you!

    Update:
    It seems there is a patch for Module::ScanDeps...
    the problem is that I don't know how to install that patch...
    (I have to simply insert it in Module main folder, and the make, make test, make install?)
    Thank you for your help
      You can install the Module::ScanDeps using CPAN #1. Perl -MCPAN -e shell install Module::ScanDeps
Re^2: How PAR pp works?
by Anonymous Monk on Sep 14, 2013 at 00:57 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://845774]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-24 10:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found