<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Best Perl Editor  and Tools in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140840#M93329</link>
    <description>Thanks a lot to all of you for responding in here.  The replies are very useful and I do appreciate all.&lt;BR /&gt;&lt;BR /&gt;I will try out all suggested. Actually I saw few perl editors on Windows when I googled it who offer sytax checking , execute the code besides other stuff with some price. I want a tool like  or similar people use TOAD for Oracle :) I was thinking like writing a perl code with a set of input data and represent it html format on Windows . Then I guess I can port it to other OS like Linux and HPUX Solaris.  I think plugins part is important to know to add and make use of the provided functionalities, makes life easy lol.&lt;BR /&gt;&lt;BR /&gt;I am using Perl 5.10.0 on Windows XP&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Feb 2008 17:05:29 GMT</pubDate>
    <dc:creator>rccmum</dc:creator>
    <dc:date>2008-02-06T17:05:29Z</dc:date>
    <item>
      <title>Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140833#M93322</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am learning Perl, newbie...&lt;BR /&gt;&lt;BR /&gt;What tools, methods best practices the Perl guys out there use to creat scripts, design perl based  solution ( XML, CGI , HTML ) etc..&lt;BR /&gt;&lt;BR /&gt;What is the best perl editor who can get you all stuff required to design a web based solution or other non-web based solutions ?&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Feb 2008 20:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140833#M93322</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2008-02-05T20:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140834#M93323</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use the CPAN and Perl CORE modules designed specifically for HTML and XML parsing.  Web page parsing with regular expressions becomes complex and brittle very quickly.  FOr CGI scripts, there is an excellent module too.&lt;BR /&gt;&lt;BR /&gt;For Perl best practices, there is no better (in the opinion of many!) than Damian Conway's "Perl Best Practices" (PBP) book.  That applies to good Perl regardless of the web.&lt;BR /&gt;&lt;BR /&gt;An adjunct tool to the PBP book is the 'perltidy' module to standarize your code.  Damian's discusses it.  Download and install it from CPAN.&lt;BR /&gt;&lt;BR /&gt;As for an editor, use your favorite (vi, vim, emacs).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 05 Feb 2008 20:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140834#M93323</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-02-05T20:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140835#M93324</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Emacs which is available for HP-UX has some syntax checkers.&lt;BR /&gt;&lt;BR /&gt;Enhanced VIM for Linux also provides color coded syntax checking.&lt;BR /&gt;&lt;BR /&gt;The open source world has several good perl editors at a good price $0 if you wish to use Linux to edit your source.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Feb 2008 20:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140835#M93324</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-05T20:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140836#M93325</link>
      <description>There are many language sensitive editors out there.&lt;BR /&gt;&lt;BR /&gt;While on windoze I like the crimson editor:&lt;BR /&gt;&lt;A href="http://www.crimsoneditor.com/" target="_blank"&gt;http://www.crimsoneditor.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It does the right things for me.&lt;BR /&gt;- syntax highlightting&lt;BR /&gt;- paranthesis maching&lt;BR /&gt;- indenting&lt;BR /&gt;- column or line basde cut &amp;amp; paste&lt;BR /&gt;- clever file format understanding (windoze vs unix)&lt;BR /&gt;- tabs&lt;BR /&gt;- free&lt;BR /&gt;&lt;BR /&gt;Enjoy,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Feb 2008 21:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140836#M93325</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-02-05T21:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140837#M93326</link>
      <description>Kdevelop is a nice choice on Linux/KDE - &lt;A href="http://www.kdevelop.org/" target="_blank"&gt;http://www.kdevelop.org/&lt;/A&gt; since it is a multilanguage solution (c,C++,Java,Perl,PHP etc)</description>
      <pubDate>Wed, 06 Feb 2008 14:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140837#M93326</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2008-02-06T14:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140838#M93327</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;By the way, if you want a rather large selection of 'vim' color schemes that are syntax-based, this is one place to fetch them:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/index-pl.html" target="_blank"&gt;http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/index-pl.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Schemes are available for Perl, HTML, C and Java.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 06 Feb 2008 14:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140838#M93327</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-02-06T14:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140839#M93328</link>
      <description>Whatever you will be using as an editor (probably based on the syntax highlight schemes they support you like), consider using Perl::Tidy - of course with your own set of style rules - to format your code. You'll be consistent.&lt;BR /&gt;&lt;BR /&gt;I tried using emacs, I really tried, but it got me into a constant flow of cursing as it does not support my style/layout, and my style/layout is sacred for me. Every other style is *wrong*, and disables me to maintain my own code. The big advantage of 'vim' over all the other (very good) vi clones (like my favourite 'elvis') is that vim is very actively maintained, and has got a huge user base and support groups, though still based on the great original vi.&lt;BR /&gt;&lt;BR /&gt;"Best' is relative. So is worse. For me emacs is as bad to programming as bad is U2 to music. I'm sure many amongst you will reverse both statements. Not that I would understabd it :)&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 06 Feb 2008 15:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140839#M93328</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2008-02-06T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best Perl Editor  and Tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140840#M93329</link>
      <description>Thanks a lot to all of you for responding in here.  The replies are very useful and I do appreciate all.&lt;BR /&gt;&lt;BR /&gt;I will try out all suggested. Actually I saw few perl editors on Windows when I googled it who offer sytax checking , execute the code besides other stuff with some price. I want a tool like  or similar people use TOAD for Oracle :) I was thinking like writing a perl code with a set of input data and represent it html format on Windows . Then I guess I can port it to other OS like Linux and HPUX Solaris.  I think plugins part is important to know to add and make use of the provided functionalities, makes life easy lol.&lt;BR /&gt;&lt;BR /&gt;I am using Perl 5.10.0 on Windows XP&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2008 17:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/best-perl-editor-and-tools/m-p/4140840#M93329</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2008-02-06T17:05:29Z</dc:date>
    </item>
  </channel>
</rss>

