in reply to Re: Coderef to String conversion?
in thread Coderef to String conversion?

jryan,

Cool, B::Deparse just does the trick!
I'm using 5.6.1 right now, and I don't want to limit my script to 5.8x for the time being...

Thanks!

--
Cheers, Joe

Replies are listed 'Best First'.
Re^3: Coderef to String conversion?
by diotalevi (Canon) on Mar 08, 2003 at 14:18 UTC

    Keep in mind that B::Deparse isn't guaranteed to produce correct results and that it won't help you with any bound lexicals if you're using closures. But since you aren't writing Obfuscations your code will probably come out just fine.


    Seeking Green geeks in Minnesota

Re: Re: Re: Coderef to String conversion?
by jryan (Vicar) on Mar 08, 2003 at 11:33 UTC
    You don't need perl 5.8.0, just the version of Data::Dumper that comes with it. You can find it here.