13 Nov
2006
13 Nov
'06
6:18 a.m.
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