how to pass a string variable via URL redirection

2004-08-20 Thread Xiangli Zhang
I am trying to redirect from cgi1(with one string variable say $str with value from its calling parent html form) to cgi2, I know I can use redirect function of CGI model to implement redirection. But i don't know how to pass $str to cgi2 from cgi1. Can anybody help me the question? thanks a

Re: Finding date when a file was created

2004-08-20 Thread Wiggins d Anconia
> On Aug 19, 2004, at 1:58 PM, Randal L. Schwartz wrote: > > > The founding fathers of Unix deliberately left out "creation time" > > because the concept is ambiguous at best. There's some discussion on > > it in the classic materials about the early years of Unix. > > > > And I agree with the lo

Re: Finding date when a file was created

2004-08-20 Thread Bill Stephenson
On Aug 19, 2004, at 1:58 PM, Randal L. Schwartz wrote: The founding fathers of Unix deliberately left out "creation time" because the concept is ambiguous at best. There's some discussion on it in the classic materials about the early years of Unix. And I agree with the logic, and the conclusion.