in reply to Re: Want END block to run except when usage()/--help invocation
in thread Want END block to run except when usage()/--help invocation
Thank you for this useful info.
It also made me think of this question: Is there a way to dynamically disable 'use strict' and/or 'use warnings' at run-time?
E.g. either entirely, or perhaps for a block:
... # disable 'use strict' and/or 'use warnings' do_some_code_known_to_cause_warnings(); # re-enable 'use strict' and/or 'use warnings' ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Want END block to run except when usage()/--help invocation
by Happy-the-monk (Canon) on Feb 27, 2015 at 07:44 UTC | |
by BrowserUk (Patriarch) on Feb 27, 2015 at 09:31 UTC | |
|
Re^3: Want END block to run except when usage()/--help invocation
by Laurent_R (Canon) on Feb 27, 2015 at 07:52 UTC | |
|
Re^3: Want END block to run except when usage()/--help invocation
by BrowserUk (Patriarch) on Feb 27, 2015 at 09:46 UTC |