in reply to Re^2: Is this module safe to use -> Threads::Queue::Any
in thread Is this module safe to use -> Threads::Queue::Any
I am not using join I am just using $str="abc|def|xyz";
At some point, if not already, 'abc', ''def' & 'xyz' won't be constants but rather contained in variables. At which point using $Q->enqueue( join $;, $abc, $def, $xyz ); starts to become prefereable.
Also do you know how I can remove installed module?
Depends how you installed it. If you used ppm/ppm-shell there is a 'remove' command. I don't think there is for cpan. If you did the 4-part mantra, then it would be a manual process.
But there is no real reason to uninstall a module. Just stop using it. Next time you upgrade, you won't bother installing it. In the meantime, it just occupies a little disk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is this module safe to use -> Threads::Queue::Any
by mr_p (Scribe) on Apr 16, 2010 at 17:43 UTC | |
by BrowserUk (Patriarch) on Apr 16, 2010 at 17:58 UTC | |
|
Re^4: Is this module safe to use -> Threads::Queue::Any
by mr_p (Scribe) on Apr 16, 2010 at 19:07 UTC | |
by BrowserUk (Patriarch) on Apr 16, 2010 at 19:12 UTC | |
by mr_p (Scribe) on Apr 16, 2010 at 19:27 UTC | |
by BrowserUk (Patriarch) on Apr 16, 2010 at 20:22 UTC | |
by mr_p (Scribe) on Apr 16, 2010 at 19:33 UTC | |
by BrowserUk (Patriarch) on Apr 16, 2010 at 20:19 UTC |