in reply to Re: Can i combine all the .PM's and main script into one file to create a distribution ?
in thread Can i combine all the .PM's and main script into one file to create a distribution ?

For the lazy (it's a virtue right?) among us, the key node returned by the Super Search referred to above is RFC: feature proposal re code in @INC.


DWIM is Perl's answer to Gödel
  • Comment on Re^2: Can i combine all the .PM's and main script into one file to create a distribution ?

Replies are listed 'Best First'.
Re^3: Can i combine all the .PM's and main script into one file to create a distribution ?
by blazar (Canon) on May 07, 2007 at 22:30 UTC
    For the lazy (it's a virtue right?) among us, the key node returned by the Super Search referred to above is RFC: feature proposal re code in @INC.

    Well, I'm not sure if that is the "key" node. Actually that's one of my favourite features and I'm confident that quite about anywhere I talked about "code" and @INC I was talking about code-in-@INC. Such is the case with that node, that in turn is highly speculative. OTOH in some of the other hits I may have included real code examples.

      Interesting. The first time I ran the search it only reported hits back to the node linked above on the first iteration. Rerunning the search generated about twice as many hits on the first iteration. It seems that the percentage of database searched per iteration is highly variable!

      There seems to be interesting history behind RFC: feature proposal re code in @INC. :)


      DWIM is Perl's answer to Gödel