Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re (tilly) 1: ByteLoader is not enough ?

by tilly (Archbishop)
on May 08, 2001 at 17:40 UTC ( [id://78813]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://78813]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-26 02:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found