Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Perl : Articles and Tutorials : System


Links
  • Reading from a pipeline with Perl - Details two ways you can use to run Unix system commands from a Perl program, and read the output from those commands back into your program.
  • Tracing Solaris process ancestors with Perl - Run the Solaris 'ps -ef' command from a Perl program and determine the ancestry of a process by evaluating the output. Easily determines PID and PPID's of processes. Free source code.