Thomas Jakub wrote in message
<[EMAIL PROTECTED]>...
>How can I tell how much time a program has been
>running for in a perl script? I tried to do $time01 =
>localtime() and $time02 = localtime() and then
>subtract $time01 from $time02, but I always get zero,
>even though there was about five or
Daniel Falkenberg wrote in message
<[EMAIL PROTECTED]>...
>List,
>
>I would like to be able to move a row from one table to another table
within
>the same database.
>
>Off the top of my head I suppose the SQL command would look similar to the
>following...
>
>my $sql = 'MOVE * FROM table1 WHERE u