in reply to ByteLoader is not enough ?

I have not tried using B. But perldoc -m B shows that byteload_fh and byteload_string are in @EXPORT_OK. So you would need to do something like
use B qw(byteload_string);
to get that.

UPDATE
I am using Perl 5.005_03. But I doubt that this would have been changed in 5.6.x. In any case you can try that perldoc command and read the source-code for your version.

Replies are listed 'Best First'.
Re: Re (tilly) 1: ByteLoader is not enough ?
by lindex (Friar) on May 08, 2001 at 17:49 UTC
    What version of perl are you using?


    lindex