in reply to In order to be able to say "I know Perl", you must have:

I have:

...and must still reread the manpage of open when i want to read a file.

I guess i did something wrong. Or something is wrong with Perl.

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

Replies are listed 'Best First'.
Re^2: In order to be able to say "I know Perl", you must have:
by chacham (Prior) on Nov 11, 2017 at 19:13 UTC

    ...and must still reread the manpage of open when i want to read a file.

    When a language is large enough that man pages need re-reading, you know it's either a convoluted language, or a really good one.

      When a language is large enough that man pages need re-reading, you know it's either a convoluted language, or a really good one.

      Well, it could be worse. The man page could start with "how to read this man page": https://xkcd.com/1343/, sudoers.

      Alexander

      --
      Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

        Well, i never meta manpage that....