Aristotle Pagaltzis <pagaltzis@gmx.de> writes:
> + if (my $how = $replacement{$func}) {
> + croak "Unimplemented: POSIX::$func() is C-specific, stopped" if not defined $how;
> + croak "Unimplemented: POSIX::$func() $$_" if ref $how;
> + croak "Use method $_() instead of POSIX::$func()" if $how =~ /->/;
> + croak "Unimplemented: POSIX::$func() is C-specific, use $_ instead";
> + }
s/\$_/\$how/g ?
--
ilmari
"A disappointingly low fraction of the human race is,
at any given time, on fire." - Stig Sandbeck Mathisen
Thread Previous
|
Thread Next