Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^7: uninstalling modules

by gellyfish (Monsignor)
on Jul 21, 2004 at 13:51 UTC ( [id://376240]=note: print w/replies, xml ) Need Help??


in reply to Re^6: uninstalling modules
in thread uninstalling modules

@dirs[0] If it is the first one on the array

/J\

Replies are listed 'Best First'.
Re^8: uninstalling modules
by CassJ (Sexton) on Jul 21, 2004 at 15:29 UTC
    eep. confused now. Which one is it supposed to be? sitearchexp or archlibexp? I was going for archlibexp - is this wrong?

    Thanks again

    Cxx

      $dirs[-1] is the last thing in the array, which in the case is $Config{archlibexp}. Just to get it straight $Config{archlibexp} is the location of the archive specific directory for stuff that is installed as part of the core distribution and generally won't have locally installed modules in (expcept perhaps if they are dual-lifed like Term::Cap and you have installed a newer version from CPAN). $Config{sitearchexp} is the architecture specific location for locally installed modules. Now you may have noticed that this does not take into account vendor specific directories as included in perl 5.8.* - I think this is probably a further bug in ExtUtils::Installed which I will need to update the patch to deal with.

      /J\

        OK, all makes sense now. And the uninstall script seems to be working fine. Thanks for all the help!

        Cass xx

Log In?
Username:
Password:

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

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

    No recent polls found