Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

package and subroutine

by isha (Sexton)
on Jun 28, 2007 at 08:10 UTC ( [id://623819]=perlquestion: print w/replies, xml ) Need Help??

isha has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: package and subroutine
by Corion (Patriarch) on Jun 28, 2007 at 08:26 UTC

    I see you posted a similar question yesterday - what part of the answers given there did not help you? Maybe you could describe the exact problem you want to solve?

    If you want to split up verilog.pm into several parts to speed up loading of the core, take a look at AutoLoader - it delays loading, so you pay a slightly higher price but only for the stuff you actually need. The other downside of AutoLoader is that it is higher maintenance.

Re: package and subroutine
by syphilis (Archbishop) on Jun 28, 2007 at 10:49 UTC
    Hi,
    I'm wondering whether you're wanting to know how to make all methods (except one) in verilog.pm inaccessible to a perl script that loads verilog.pm.

    I don't think that question was answered in the other thread.

    Anyway ... if that's what you're wanting to know then, afaik, the answer is "you can't" :-)

    Cheers,
    Rob
Re: package and subroutine
by shmem (Chancellor) on Jun 28, 2007 at 08:27 UTC
    What are you missing from the answers you got to essentially the same question a while back?

    --shmem

    _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                  /\_¯/(q    /
    ----------------------------  \__(m.====·.(_("always off the crowd"))."·
    ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 13:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found