<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Printing with NpPP]]></title><description><![CDATA[<p dir="auto">Hello, I am new to using Notepadd++ and I tried to print out a script I was writing in Perl.</p>
<p dir="auto">After it printed out, it was missing all the “=” signs and the semicolins from every line “;”</p>
<p dir="auto">It was also missing my “-&gt;” sections for my MySQL connections (see below examples)</p>
<p dir="auto">for example<br />
$dbh=DBI-&gt;connect($connectionInfo,$user,$passwd);</p>
<pre><code>#Prepare MySQL statement and create Statement Handler $sth
$sth=$dbh-&gt;prepare($update);

#Execute update statement
$sth-&gt;execute();

#Disconnect database
$dbh-&gt;disconnect();
</code></pre>
<p dir="auto">Would look like this on paper</p>
<p dir="auto">$dbh DBI connect($connectionInfo,$user,$passwd);</p>
<pre><code>#Prepare MySQL statement and create Statement Handler $sth
$sth $dbh prepare($update)

#Execute update statement
$sth  execute() 

#Disconnect database
$dbh  disconnect()
</code></pre>
<p dir="auto">My question is, is there any way to fix this so NpPP prints everything and stops skipping the above mentioned parts?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/10850/printing-with-nppp</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 21:49:11 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/10850.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Nov 2015 05:24:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Printing with NpPP on Mon, 30 Nov 2015 22:24:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello David,</p>
<p dir="auto">I tried on</p>
<p dir="auto">windows 7 x64<br />
npp 6.8.7<br />
hp laserjet</p>
<p dir="auto">no problem seen.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12337</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12337</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 30 Nov 2015 22:24:59 GMT</pubDate></item></channel></rss>