Hello all. Can someone tell me how to maintain the "0" in the below join statement. For times < 1200 noon I need to maintain the '0'.
example: 8:30am should join as 0830 ....preferrably not 830 which is the string generated. Thanks. Terry $queuetime = (stat("$PREIMPORTDIR/$PREIMPORTFILE"))[9]; @queuetime = localtime $queuetime; $filetime = join("",$queuetime[2],$queuetime[1],$queuetime[0]); _______________________________________________ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs