<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - PerlApp and network acces - Comments</title>
 <link>http://community.activestate.com/forum-topic/perlapp-and-network-acces</link>
 <description>Comments for &quot;PerlApp and network acces&quot;</description>
 <language>en</language>
<item>
 <title>Wow...</title>
 <link>http://community.activestate.com/forum-topic/perlapp-and-network-acces#comment-3924</link>
 <description>&lt;p&gt;Thanks for the info, Marc.  It turns out to be a typo, which was slipping through in the .pl, but not the .exe.&lt;/p&gt;
&lt;p&gt;I&#039;m using Filesys::DfPortable, and had this code:&lt;/p&gt;
&lt;p&gt;my $ref = dfportable($ARGV[0]);&lt;br /&gt;
if ($ref-{per} &amp;gt; ($ARGV[1] + 0)) {&lt;/p&gt;
&lt;p&gt;Note the &#039;-&#039;, instead of &#039;-&amp;gt;&#039;!  Can you say &quot;stupid typo&quot;?  No wonder things were working differently!&lt;/p&gt;
</description>
 <pubDate>Wed, 16 Jan 2008 19:28:20 +0000</pubDate>
 <dc:creator>RedOne</dc:creator>
 <guid isPermaLink="false">comment 3924 at http://community.activestate.com</guid>
</item>
<item>
 <title>I have built an exe using</title>
 <link>http://community.activestate.com/forum-topic/perlapp-and-network-acces#comment-3923</link>
 <description>&lt;p&gt;I have built an exe using perlapp that uses Mail::Sender that emails out, including attachments and it works ok.&lt;/p&gt;
&lt;p&gt;environment: PDK 7.0.0 build 277058 ActivePerl 5.8.8 Build 822&lt;/p&gt;
&lt;p&gt;Confirmed ok on:&lt;br /&gt;
  Windows XP Pro SP2&lt;br /&gt;
  Windows 2003 Server SP1&lt;/p&gt;
&lt;p&gt;Do you have a personal firewall or antivirus software that might be blocking ? Some have rules by application / executable.&lt;/p&gt;
&lt;p&gt;You can set debug to a file on Mail::Sender that might shed light on any errors: example from documentation:&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;open my $DEBUG, &quot;&amp;gt;&amp;gt; /path/to/debug/file.txt&quot;
                or die &quot;Can&#039;t open the debug file: $!\n&quot;
        $sender = new Mail::Sender ({
                ...
                debug =&amp;gt; $DEBUG,
        });

debug_level 
Only taken into account if the debug option is specified.

        1 - only log the conversation with the server, skip all message data
        2 - log the conversation and message headers
        3 - log the conversation and the message and part headers
        4 - log everything (default&lt;/pre&gt;</description>
 <pubDate>Wed, 16 Jan 2008 18:45:49 +0000</pubDate>
 <dc:creator>MarcZ</dc:creator>
 <guid isPermaLink="false">comment 3923 at http://community.activestate.com</guid>
</item>
<item>
 <title>PerlApp and network acces</title>
 <link>http://community.activestate.com/forum-topic/perlapp-and-network-acces</link>
 <description>&lt;p&gt;I have a script that needs to send email out on certain occasions.  I&#039;ve tried using Mail::Sender and Mail::Sendmail both, and in either case, the mail goes out fine when running the .pl file, but when I compile it into an app, most of the code works, but no mail ever goes out.  &lt;/p&gt;
&lt;p&gt;Anyone have any insight?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/perlapp-and-network-acces#comments</comments>
 <category domain="http://community.activestate.com/forums/pdk-support-0">PDK Support</category>
 <category domain="http://community.activestate.com/os/windows-xp-pro">Windows XP Pro</category>
 <pubDate>Wed, 16 Jan 2008 18:28:02 +0000</pubDate>
 <dc:creator>RedOne</dc:creator>
 <guid isPermaLink="false">1835 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
