in reply to Re^5: Assigning default values to function arguments which may be “empty”
in thread Assigning default values to function arguments which may be “empty”

Thanks for that information. I was making the assumption that being in CORE actually meant guaranteed to be packaged with that distribution.

What does being in perl CORE actually mean then?

  • Comment on Re^6: Assigning default values to function arguments which may be “empty”

Replies are listed 'Best First'.
Re^7: Assigning default values to function arguments which may be “empty”
by hippo (Archbishop) on Aug 19, 2016 at 23:26 UTC

    It means that the module is bundled with the source distribution of perl. Anyone who downloads and installs that perl version from source gets the module as part of the deal. The perl installed by default by your O/S does not necessarily include the core modules. If you think it should, please contact your O/S maintainer.

Re^7: Assigning default values to function arguments which may be “empty”
by Anonymous Monk on Aug 20, 2016 at 00:28 UTC

    What does being in perl CORE actually mean then?

    There is a true joke that goes, when you strip the CORE, you're not distributing perl anymore, so dont call it perl