hi all,

   In windows mod_perl-beta2 
    
        print $^T; 

   returns the same value again and again,  Also

    my $t = $^T;
    print $t;
 
    does not help 

   any comments ?

Thanks,    

  

Reply via email to