in reply to Optimise Perl code pl file

Uh.. why?

Replies are listed 'Best First'.
Re: Re: Optimise Perl code pl file
by Anonymous Monk on Nov 28, 2003 at 03:37 UTC
    "Auditability"...
    I have gone on to discover how to do some of this with B::Deparse, but have hit another wall. The -u flag to Deparse does not seem to want to deal with packages. Do I need to give full paths or similar? It seems to ignore all our -u flags and just manage the .pl file.
    Thanks again
    bobajobRob
      Having spent some time with B::Deparse, it gets nicer with each perl revision. I seem to recall thinking that the -u flag was much nicer (or was it not needed?) with some of the later B::Deparse's from 5.8.1 and later. You could of course just subclass B::Deparse and add on any functionality you wish.