[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] perl -MCatalyst\ 100 -e0



What I learned on IRC today.   :)

j


15:34 <@rjbs> perl -MCatalyst\ 100 -e0
15:36 < jhannah> what does the \ 100 do?
15:36 <@rjbs> It's like saying "use Catalyst 100"
15:37 <@rjbs> so it tries to require version 100 or newer
15:37 <@mst> perl -e 'use Catalyst 100;'
15:37 <@mst> would also work
15:37 < jhannah> whoah. trippy.  :)