Unfortunatly the best mnemonics are the one which are personnal.

I managed to remember some mnemonics given in the Camel book
(those about the perlvar...)
But they're not as efficient with me as the one I made myself..

So my question is : will my (french!) mnemonics be useful to you ?

Netherless Perl and a lot of other good tools use option name and shortcut
based on english words (the -T for Tainted mode...) I've learn to use it to
recall them more easily.
(when It was obvious or when I couldn't find a good mnemonic by myself)

UPDATE :
Another related advice I would give you is to first determine what kind
of memory you have (visual, auditive...) to define the best way to boost
your memory .

For my part having a visual memory I only recall what I read, so I spot the page whith the info I want to remember and then I read it several time
(I then 'see' the page each time I'm looking for one info...)
but some people need to recite/hear some sentences to recall the info...

This is important too in the way you choose your mnemonics if you have
an auditive memory rhymes is a good way,
(-Tainted is the mode which protects your code)
if you have a visual memory you could build picture to remind the info
(like imagining a T like an umbrella with hackers bouncing on it, could be a good mnemonic for the -T switch...)

Of course you're encouraged to find better example ;-)

"Trying to be a SMART lamer" (thanx to Merlyn ;-)

In reply to Re: quest for perl mnemonics by arhuman
in thread quest for perl mnemonics by neophyte

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.