On Mon, Mar 11, 2013 at 12:33:16AM +0000, David Woodfall wrote:
>Is there any problem with commenting out 'use strict' to avoid these
>lines?

That every time "use strict" is turned off, it comes back to bite one
in the bum, usually within a week or so?

A better approach if the code can't be fixed is:

{
  no strict;
  # problematic code goes here
}

Roger

_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to