Re: finding Process run time

2004-02-25 Thread david
Jeremy Jones wrote: > Hello all, > > does anyone know of a built-in Perl function that can divine a processes > start-time? > > EXAMPLE : > > on UNIX Systems : > >10:51:44 pts/75 0:01 xterm -e > > the underlined time is how long the process has been running. > Is there a better way

Re: finding Process run time

2004-02-25 Thread Wiggins d Anconia
> Hello all, > > does anyone know of a built-in Perl function that can divine a processes > start-time? > > EXAMPLE : > > on UNIX Systems : > >10:51:44 pts/75 0:01 xterm -e > > the underlined time is how long the process has been running. > Is there a better way, using pre-pac

finding Process run time

2004-02-25 Thread Jones, Jeremy
Hello all, does anyone know of a built-in Perl function that can divine a processes start-time? EXAMPLE : on UNIX Systems : 10:51:44 pts/75 0:01 xterm -e the underlined time is how long the process has been running. Is there a better way, using pre-packaged Mods to find this out