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

Re: How to delete a package

by jds17 (Pilgrim)
on Jun 19, 2008 at 12:05 UTC ( [id://692899]=note: print w/replies, xml ) Need Help??


in reply to How to delete a package

The no function, see the perldoc entry no should do the trick.

Update: Please ignore this post, sorry. "no" is just the opposite of "use", so it won't free up anything outside the package where no is being used. Please refer to the previous post for answers to your question.

Replies are listed 'Best First'.
Re^2: How to delete a package
by Anonymous Monk on Jun 19, 2008 at 12:16 UTC
    Nope :) all no does is call unimport
    C:\>perl -MCGI -le"no CGI; print CGI::header()" Content-Type: text/html; charset=ISO-8859-1

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 10:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found