Help for this page
$pipe->reader(qw(ls -l)); while(<$pipe>) { print ... }
#!/usr/bin/perl use warnings; ... # It is important to waitpid on your child process, # otherwise zombies could be created.