<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>OptiPerl Knowledge Base</title><description>OptiPerl Knowledge Base</description><link>http://www.xarka.com/optiperl/kb/</link><copyright>Copyright OptiPerl Knowledge Base</copyright><generator>sNews</generator><item><title>OptiPerl 5.4 Released</title><description>&lt;p&gt;OptiPerl version 5.4 was released today with the following changes:
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Updated for Perl 5.10 &lt;/li&gt;
  &lt;li&gt;Updated regular expression tester engine.
  &lt;/li&gt;
  &lt;li&gt;Updated perl tidy engine. &lt;/li&gt;
  &lt;li&gt;Minor bug fixes. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To update, just install the new version over the previous.
&lt;/p&gt;
&lt;p&gt;Registered customers can update the new version free or charge at thee Customer Care page &lt;a href=&quot;%5C%22https://secure.&quot;&gt;https://secure. xarka.com/&lt;/a&gt;.
&lt;/p&gt;</description><pubDate>Thu, 21 Feb 2008 18:35:29 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/news/optiperl-54-released/</link><guid>http://www.xarka.com/optiperl/kb/news/optiperl-54-released/</guid></item><item><title>Setting up Firefox</title><description>&lt;p&gt;You can setup Firefox as the secondary browser when running, so by selecting Run / Run in external browser, Firefox will open to test your script.
&lt;/p&gt;
&lt;p&gt;To do this, go to tools / Options / Running and in &quot;Select secondary browser&quot; enter the full path to Firefox.
&lt;/p&gt;</description><pubDate>Wed, 09 May 2007 01:37:50 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/debugging/setting-up-firefox/</link><guid>http://www.xarka.com/optiperl/kb/debugging/setting-up-firefox/</guid></item><item><title>Server Push technique</title><description>&lt;p&gt; I am trying to run my script with Optiperl built in web server, it works great except that for some reason it cannot do autoflush. What I want is to set
&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$|=1;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;so that the output of my script would be printed immediately instead of waiting for the entire script to finish. Example:
&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;$| = 1;
  &lt;br /&gt;foreach(0..2){
  &lt;br /&gt;sleep 1;
  &lt;br /&gt;print &quot;$_&quot;;
  &lt;br /&gt;} &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;this little script should print out a number every second, instead with the internal server it waits for the entire script to finish. is there anyway to circumvent this problem.
&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt;
  &lt;br /&gt;&lt;font face=&quot;arial,helvetica,sans-serif&quot;&gt;This works in the console, but the problem that makes it not work &lt;/font&gt;is probably the browser being used (IE 6 or 7 whatever you have &lt;font face=&quot;arial,helvetica,sans-serif&quot;&gt;installed) than the server. Try running in Firefox wich supports this technique. &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;&lt;font face=&quot;arial,helvetica,sans-serif&quot;&gt;It will work with optiperl's internal server so copy the localhost address into firefox, or set-up firefox as the secondary browser when running.&lt;/font&gt;
&lt;/p&gt;To set up as a secondary browser, go to tools / Options / Running and in &quot;Select secondary browser&quot; enter the full path to Firefox. Afterwards to run select Run / Run in external browser Afterwards to run select Run / Run in external browser.</description><pubDate>Wed, 09 May 2007 01:34:17 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/servers/server-push-technique/</link><guid>http://www.xarka.com/optiperl/kb/servers/server-push-technique/</guid></item><item><title>Administrator Rights when installing</title><description>&lt;p&gt;OptiPerl can be run under a limited rights user account instead of an administrator account. However to install, because it requires information to be written to the registry, OptiPerl will require an administrator account. If possible, run the installer by right clicking, and select &quot;run using&quot; and enter an administrator account.
&lt;/p&gt;
&lt;p&gt;Under Windows Vista the request is made automatically.
&lt;/p&gt;</description><pubDate>Thu, 01 Feb 2007 01:43:00 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/general/administrator-rights-when-installing/</link><guid>http://www.xarka.com/optiperl/kb/general/administrator-rights-when-installing/</guid></item><item><title>OptiPerl 5.3 Released</title><description>&lt;p&gt;OptiPerl version 5.3 was released today with the following changes:
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Updated regular expression tester engine. &lt;/li&gt;
  &lt;li&gt;Updated perl tidy engine. &lt;/li&gt;
  &lt;li&gt;Fixed bug with regular expression tester that showed wrong descriptions. &lt;/li&gt;
  &lt;li&gt;Better support for Windows Vista. &lt;/li&gt;
  &lt;li&gt;Minor bug fixes. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To update, just install the new version over the previous.
&lt;/p&gt;
&lt;p&gt;Registered customers can update the new version free or charge at thee Customer Care page &lt;a href=&quot;%5C%22https://secure.&quot;&gt;https://secure. xarka.com/&lt;/a&gt;.
&lt;/p&gt;</description><pubDate>Sat, 30 Dec 2006 10:03:32 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/news/optiperl-53-released/</link><guid>http://www.xarka.com/optiperl/kb/news/optiperl-53-released/</guid></item><item><title>Selecting column mode in editor</title><description>&lt;p&gt;Is there a way to select in column mode like ultraedit? &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt;&lt;br&gt;
Yes, go to Tools / Edit Toolbars, and in the &amp;quot;Commands&amp;quot; sections under Edit category you will find the command &amp;quot;Block style Selection&amp;quot;. Move this to the edit menu, and press/depress to activate. &lt;/p&gt;
</description><pubDate>Tue, 14 Nov 2006 13:00:27 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/editor/selecting-column-mode-in-editor/</link><guid>http://www.xarka.com/optiperl/kb/editor/selecting-column-mode-in-editor/</guid></item><item><title>Search and replace in entire directories</title><description>&lt;p&gt;You can search &amp;amp; replace text in files under any directory.&lt;/p&gt;
&lt;p&gt;To do this, from Tools / File Explorer / Press the &quot;Find&quot; toolbar button.&lt;/p&gt;
</description><pubDate>Tue, 14 Nov 2006 12:57:50 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/general/search-replace-in-entire-directories/</link><guid>http://www.xarka.com/optiperl/kb/general/search-replace-in-entire-directories/</guid></item><item><title>Common tools in OptiPerl Commercial</title><description>&lt;p&gt;OptiPerl supports common tools, which are user tools shared between computers running optiperl on a network. To use:&lt;/p&gt;&lt;p&gt; 1. Add the tool using Tools/Configure User Tools...  This adds the tool to the local Tools.csv. &lt;/p&gt;&lt;p&gt;2. Open the local &amp;quot;Tools.csv&amp;quot; and cut the entry associated with the new tool.&lt;/p&gt;&lt;p&gt;3. Open or create the common &amp;quot;Tools.csv&amp;quot; file (using any text editor) and paste the entry there. The path that this file is found can be set here: Tools / Options / multi user, and can be a network drive.&lt;/p&gt;&lt;p&gt;4. Restart OptiPerl. &lt;/p&gt;&lt;p&gt;5. Go to Tools menu / Edit toolbars / User tools category then drag and drop into the Tools/User tools/ menu.&lt;/p&gt;</description><pubDate>Tue, 14 Nov 2006 12:54:46 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/plug-ins/common-tools-in-optiperl-commercial/</link><guid>http://www.xarka.com/optiperl/kb/plug-ins/common-tools-in-optiperl-commercial/</guid></item><item><title>Welcome to the Knowledge Base!</title><description>&lt;p&gt;You can find here articles with common answers or solutions with OptiPerl. The following categories of articles exist:&lt;/p&gt;
&lt;strong&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/news/&quot; title=&quot;OptiPerl news&quot;&gt;News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/general/&quot; title=&quot;General questions about OptiPerl&quot;&gt;General&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/editor/&quot; title=&quot;Articles on OptiPerl's editor&quot;&gt;Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/projects/&quot; title=&quot;Setting up and using projects&quot;&gt;Projects &amp; Sessions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/debugging/&quot; title=&quot;Running &amp; debugging scripts&quot;&gt;Running &amp; Debugging&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/plug-ins/&quot; title=&quot;User tools &amp; plug-ins. Tips &amp; tricks for creating your own&quot;&gt;User tools &amp; plug-ins&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/servers/&quot; title=&quot;Using web servers offline for developing purposes (apache, IIS &amp; other)&quot;&gt;Using web servers offline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/support/&quot; title=&quot;Questions about registering OptiPerl and updates&quot;&gt;Support&lt;/a&gt;&lt;/li&gt;
&lt;/strong&gt;
&lt;br /&gt;&lt;br /&gt;
Use the &lt;strong&gt;Search box&lt;/strong&gt; above to try to find an article. There is also the complete documentation of OptiPerl:
&lt;br /&gt;
&lt;br /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.xarka.com/optiperl/help/index.html&quot;&gt;Online documentation&lt;/a&gt;&lt;/strong&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;b&gt;If you don&amp;#39;t find here what you are looking for, please don&amp;#39;t hesitate to ask a question!&lt;/b&gt; You can use the &quot;&lt;a href=&quot;http://www.xarka.com/optiperl/kb/contact/&quot;&gt;Ask a Question&lt;/a&gt;&quot; link above.
&lt;br /&gt;
&lt;br /&gt;Aditionally, you can comment on any article.
&lt;br /&gt;
&lt;br /&gt;
A RSS subcription service is available, so you can read in your favorite news reader all the latest articles and news about OptiPerl.
&lt;br /&gt;
&lt;br /&gt;We hope you find the Knowledge Base useful!</description><pubDate>Tue, 14 Nov 2006 08:15:36 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/optiperl/welcome-to-the-knowledge-base/</link><guid>http://www.xarka.com/optiperl/kb/optiperl/welcome-to-the-knowledge-base/</guid></item><item><title>Steps to setup Apache</title><description>&lt;p&gt;Here are the main steps you should follow after installing apache.&lt;br&gt;&lt;br&gt;1) Make sure apache is working without optiperl. This is checked easily by entering in any browser &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://127.0.0.1/index.html&quot; target=&quot;_blank&quot;&gt;http://127.0.0.1/index.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;This should show the file apache&amp;#92;htdocs&amp;#92;index.html.&lt;br&gt;&lt;br&gt;Also &lt;a href=&quot;http://127.0.0.1/cgi-bin/script.pl&quot; target=&quot;_blank&quot;&gt;http://127.0.0.1/cgi-bin/script.pl&lt;/a&gt; should execute script.pl in apache&amp;#92;cgi-bin. You can copy into this folder any example script from optiperl&amp;#39;s webroot folder. Just make sure first to change the first line to something like: &lt;br&gt;&lt;br&gt;#&amp;#33;c:&amp;#92;perl&amp;#92;bin&amp;#92;perl.exe&lt;br&gt;&lt;br&gt;or wherever the path to perl is.&lt;br&gt;&lt;br&gt;2) In Optiperl follow &lt;a href=&quot;http://www.xarka.com/optiperl/help/usingapache.htm&quot; target=&quot;_blank&quot;&gt;http://www.xarka.com/optiperl/help/usingapache.htm&lt;/a&gt; to set up the 5 settings in optiperl&amp;#39;s options dialog.&lt;br&gt;&lt;br&gt;3) Then make sure BOTH below items are selected in the server menu of optiperl:&lt;br&gt;&lt;br&gt;Run with server&lt;br&gt;(external:80) ... (the last line of the server menu)&lt;br&gt;
  &lt;/p&gt;</description><pubDate>Mon, 13 Nov 2006 08:05:04 +0000</pubDate><link>http://www.xarka.com/optiperl/kb/servers/steps-to-setup-apache/</link><guid>http://www.xarka.com/optiperl/kb/servers/steps-to-setup-apache/</guid></item></channel></rss>