POSIX::strftime hangs
Salvatore Domenick Desiano
sal at ri.cmu.edu
Sun Nov 12 22:18:41 PST 2006
Can somebody on Tiger run the following perl program and post whether
you get to "C"? My installation hangs at "A".
Thank you.
-- Sal
smile.
#!/usr/bin/env perl
use strict;
use warnings;
require POSIX;
print "A\n";
my $defaultZone = POSIX::strftime('%z',0,0,0,0,0,0,0);
print "B\n";
my $defaultZoneName = POSIX::strftime('%Z',0,0,0,0,0,0,0);
print "C\n";
--------------
Salvatore Domenick Desiano
Doctoral Candidate
Robotics Institute
Carnegie Mellon University
More information about the macports-users
mailing list