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
> 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
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