Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > tool that does inlining of all used packages ?

Reply
Thread Tools

tool that does inlining of all used packages ?

 
 
Yakov
Guest
Posts: n/a
 
      06-10-2007
Which tool does inlining of all used packages ?

I saw some such tool in use in spamd installation.
The resulting perl code has no external dependencies.

Is this preprocessor generic or spamd-specific ?
Is it on cpan ? What's its name ?

The preprocessor used in spamd installation inlines all packages
and rewrites the code so that the resulting perl code only
remotely resembles the original.

Thanks
Yakov

 
Reply With Quote
 
 
 
 
asimsuter@hotmail.com
Guest
Posts: n/a
 
      06-17-2007

You could use

perl -d:Trace program

and perhaps save it in a file ?

Asim Suter


On Jun 10, 2:53 pm, Yakov <iler...@gmail.com> wrote:
> Which tool does inlining of all used packages ?
>
> I saw some such tool in use in spamd installation.
> The resulting perl code has no external dependencies.
>
> Is this preprocessor generic or spamd-specific ?
> Is it on cpan ? What's its name ?
>
> The preprocessor used in spamd installation inlines all packages
> and rewrites the code so that the resulting perl code only
> remotely resembles the original.
>
> Thanks
> Yakov



 
Reply With Quote
 
 
 
 
Michele Dondi
Guest
Posts: n/a
 
      06-17-2007
On Sun, 10 Jun 2007 21:53:54 -0000, Yakov <> wrote:

>Which tool does inlining of all used packages ?


PAR should do that.


Michele
--
{$_=pack'B8'x25,unpack'A8'x32,$a^=sub{pop^pop}->(map substr
(($a||=join'',map--$|x$_,(unpack'w',unpack'u','G^<R<Y]*YB='
..'KYU;*EVH[.FHF2W+#"\Z*5TI/ER<Z`S(G.DZZ9OX0Z')=~/./g)x2,$_,
256),7,249);s/[^\w,]/ /g;$ \=/^J/?$/:"\r";print,redo}#JAPH,
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
Tool for inlining useless getter/setter call Jack Java 47 02-19-2008 03:41 AM
Search Engine Optimization Packages India, SEO Packages Hyderabad,SEO Packages Firm visioninfosyslinks@gmail.com HTML 0 12-20-2007 08:45 AM
tool that performed inlining of function bodies of which do not appear in the .h file. Yakov C Programming 8 06-26-2007 10:38 PM
Tool or IDE for function inlining Alex Java 6 12-09-2004 04:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57