Tib
Posted on April 14, 2021
What is pip or gem?
Where is my REPL?
Use perl debugger perl -de2
or one of the REPL (e.g. reply)
Is there any gemfile or requirements.txt?
(and more... e.g. with dzil
)
What is package.json?
META.json and META.yml see doc
And gemfile.lock or package-lock.json?
cpanfile.snapshot or carton.lock
And what about Virtualenv?
Virtual envs are not as much vital in Perl, but there is plenv or perlbrew
Bundler?
Other tips for Perl beginners
- Usually no variable methods (
variable.method
) but methods on variables (method(variable)
) e.g.split
-
;
is mandatory (with few exceptions but please forget) - Indentation not meaningful
💖 💪 🙅 🚩
Tib
Posted on April 14, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.