in reply to Re^4: Please Explain the Parallel::ForkManager Idiom my $pid = $pm->start and next;
in thread Please Explain the Parallel::ForkManager Idiom my $pid = $pm->start and next;

OK, this is documented in…ahem…the documentation.

Yes, it helps to read the documentation, where you learn what the order of arguments in @_ are.

  • Comment on Re^5: Please Explain the Parallel::ForkManager Idiom my $pid = $pm->start and next;