in reply to Perl Hangs On New Machine

Are you missing parts of your code above? Specifically, where is POST defined?

--MidLifeXis

Replies are listed 'Best First'.
Re^2: Perl Hangs On New Machine
by redfieldp (Initiate) on Nov 14, 2012 at 17:09 UTC

    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!

      Doesn't happen :) Although you could use perl -d:Trace prog.pl ...