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
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users