<?xml version="1.0" encoding="windows-1252"?>
<node id="995411" title="Re^4: Perl TK" created="2012-09-24 11:20:23" updated="2012-09-24 11:20:23">
<type id="11">
note</type>
<author id="994918">
randor</author>
<data>
<field name="doctext">
Yes, Thank you.. not very smart on my part, after I posted I realized that I did not have firefox installed on this system. &lt;br&gt;&lt;br&gt;

I did get it to open a page, however, it caused a new problem.&lt;br&gt;&lt;br&gt;

It opens a browser window but then I get an error saying "Perl command line interpreter has stopped working" and it closes out my program.&lt;br&gt;&lt;br&gt;

below is the call that I make (please note that I set this code just to test it working so please bare with the hardcoding of the link and such)&lt;br&gt;&lt;br&gt;

&lt;code&gt;

$tmp_label = $table-&gt;Button(-image =&gt; $D_Image,  -borderwidth=&gt;0, -cursor=&gt;'hand1', -command=&gt;[\&amp;NewOrders]);

sub NewOrders {

$pid = fork();

if ($pid == 0) { execute(system "start http://www.yahoo.com"); exit(0);}

}

&lt;/code&gt;

Anyone know why it is crashing out my perl? I believe I have it forked properly??


</field>
<field name="root_node">
994921</field>
<field name="parent_node">
995396</field>
</data>
</node>
