http://qs321.pair.com?node_id=1083303


in reply to Re: Difference between 'use' and 'require'
in thread Difference between 'use' and 'require'

Use excepts module name only. but require excepts whole filename.

Replies are listed 'Best First'.
Re^3: Difference between 'use' and 'require'
by Anonymous Monk on Apr 23, 2014 at 09:28 UTC

    Use excepts module name only. but require excepts whole filename.

    Sure it doesn't "require excepts" such a thing

Re^3: Difference between 'use' and 'require'
by Anonymous Monk on Sep 21, 2015 at 09:14 UTC
    Do you mean "accepts" as in "takes" or "excepts" as in "creates an exception for"?
      Read the docs for use and require and you'll figure it out ; or simply ignore that post as its wrong.