Re: When is qw used

2015-06-10 Thread bars0
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

Re: When is qw used

2015-06-10 Thread bars0
Hi Krzysztof If that was the case , using the subs inside Carp should not show any error. Bu I was not able to use cluck without using qw and was able to use croak and confess without the qw. Don't get it thanks rakesh > Date: Wed, 10 Jun 2015 14:30:28 +0200 > From: bars0.bars0.ba...@gm