Hi,
As far as I know qw(some list item) will import from Carp module only
subs that you've explicitly requested. In this example `some, list,
item` will be available in your namespace but not other from Carp module.
`use Carp;` will import all of them.
Krzysztof
On 2015-06-10 14:19, rakesh sharma wrote:
I have seen perl syntax like use Carp qw(some list items)
so when do we need to write like this and why is not the items of the
module getting imported
thanks
rakesh
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/