<?xml version="1.0" encoding="windows-1252"?>
<node id="1003698" title="Perl Hangs On New Machine" created="2012-11-13 15:05:19" updated="2012-11-13 15:05:19">
<type id="115">
perlquestion</type>
<author id="978442">
redfieldp</author>
<data>
<field name="doctext">
&lt;p&gt;
Hello,

I have a simple Perl script that scrapes some data from a web page, and then parses and writes it to a Mongo database. 

The script has been running fine on an Ubuntu 10.04 32 bit machine with Perl 5.10.1 However, I am now trying to run it on a Ubuntu 12.04 64 bit machine with Perl 5.14.2, and the script hangs. Specifically, when I create (not send) a post request. I put a print before and after the request, and the second print never happens. Any thoughts on why this might be occurring? The POST creation is below with the relevant websites removed.
&lt;/p&gt;
&lt;code&gt;
		my $req = (POST 'https://www.myurlgoeshere.com',
		["request" =&gt; "top",
		"language" =&gt; "en",
		"country" =&gt; "us",
		"month" =&gt; $currentMonth,
		"day" =&gt; $currentDay,
		"departure" =&gt; $depart,
		"arrival" =&gt; $arrive,
		"seat" =&gt; "1",
		"fromTop" =&gt; "on",
		"next.x" =&gt; "39",
		"next.y" =&gt;"10"]);
&lt;/code&gt;</field>
</data>
</node>
