in reply to HTTP Requests and Threading

use strict;

Replies are listed 'Best First'.
Re^2: HTTP Requests and Threading
by kcott (Archbishop) on Mar 06, 2014 at 19:31 UTC
    "use strict;"

    use 5.012; (at the top of the script) already does this.

    From use:

    "... if the specified Perl version is greater than or equal to 5.12.0, strictures are enabled lexically as with use strict."

    -- Ken

      Well, that's obvious.

      use joke 14; - tye        

        "Well, that's obvious."

        Some clarification, please. What's obvious?

        Is this a reference to "... strictures are enabled lexically as with use strict." in the use documentation?

        Does "use joke 14;" (in your signature area) refer to a series of jokes in the use documentation? If so, is there a list?

        -- Ken