in reply to Re: Perl Hangs On New Machine
in thread Perl Hangs On New Machine

POST is defined earlier in the file, as follows:

use HTTP::Request::Common qw(POST);

There is other content in the file (it's a sizeable script), but using print, I've determined this is where it hangs. Keep in mind that, as I mentioned, the same script runs fine on another box. Any thoughts would be much appreciated!

Replies are listed 'Best First'.
Re^3: Perl Hangs On New Machine
by Anonymous Monk on Nov 15, 2012 at 00:28 UTC
    Doesn't happen :) Although you could use perl -d:Trace prog.pl ...