having recently taken that step myself, some up-to-date tips: - with debian, perl is all installed automatically and works out-of-the-box; - even if you're new to the unix world you can soon get the hang of file permissions, but the fun really starts with mysql: that caused me a lot of frustration - you have to change the file ownership (if they're pulled over from windows) to "mysql" as well; - tried kdevelop as DE for perl and got into a hopeless tangle: it's using a steamroller to crack a nut; - what I like a lot as my perl DE is SciTe (there's a deb package); there's just a problem under kde with the window frame font sizes (because it's gtk). The solution you'll find on the net of installing gtk2-engines-gtk-qt didn't work (at least the debian package). Scite wouldn't launch afterwards, and I had to deinstall gtk2-engines and delete a couple of *rc config files before it would run again. ..apart from that, all is sweetness and light (...well, most of the time) good luck.

In reply to Re^2: Welcome 2 the JEDIes world! by Anonymous Monk
in thread Need help to change from windows perl to linux perl by muthuvel_perl

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.