Perl as CGI writting to shares

2005-05-25 Thread Roderick A. Anderson
I realize this is not strickly the correct place to ask but I'm hoping for some direction. My Google searches have not been useful. I have a script that is called as a CGI ( index.pl ) that needs to write some configuration data to a ( mapped/mounted ) share on another system. To date I've h

Re: Time::gmtime bad minutes

2005-03-30 Thread Roderick A. Anderson
Chris, Joe; Thanks. At 10:42 AM 3/30/05 -0800, Roderick A. Anderson wrote: printf( "%02d/%02d/%4d\t%02d:%0d2:%02d", printf( "%02d/%02d/%4d\t%02d:%02d:%02d", We all make silly mistakes like that. ;) Man-oh-man. I've spent _too much_ time figuring this out.

Time::gmtime bad minutes

2005-03-30 Thread Roderick A. Anderson
I am parsing some RADIUS accounting files and am having funny results when I convert a UNIX time ( seconds since 00:00:00 1 Jan 1970 ) to a gmtime ($starttime = gmtime( $Record{ qw/Timestamp/ }; ) then access most if the objects; $Record{ qw/Event-Start/ } = sprintf( "%02d/%02d/%4d\t%02d:%0d2