ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork/Fork.pm
(Generate patch)

Comparing AnyEvent-Fork/Fork.pm (file contents):
Revision 1.73 by root, Wed Jan 26 16:44:16 2022 UTC vs.
Revision 1.74 by root, Mon Dec 11 05:34:15 2023 UTC

703 703
704=item $proc = $proc->eval ($perlcode, @args) 704=item $proc = $proc->eval ($perlcode, @args)
705 705
706Evaluates the given C<$perlcode> as ... Perl code, while setting C<@_> 706Evaluates the given C<$perlcode> as ... Perl code, while setting C<@_>
707to the strings specified by C<@args>, in the "main" package (so you can 707to the strings specified by C<@args>, in the "main" package (so you can
708access the args using C<$_[0]> and so on, but not using implicit C<shit> 708access the args using C<$_[0]> and so on, but not using implicit C<shift>
709as the latter works on C<@ARGV>). 709as the latter works on C<@ARGV>).
710 710
711This call is meant to do any custom initialisation that might be required 711This call is meant to do any custom initialisation that might be required
712(for example, the C<require> method uses it). It's not supposed to be used 712(for example, the C<require> method uses it). It's not supposed to be used
713to completely take over the process, use C<run> for that. 713to completely take over the process, use C<run> for that.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines