in reply to poll ideas quest 2020
Context: Re^2: Cor—An object system for the Perl core
# "new developers" not defined in $poll_inspiration my $new_developers = 'both rookie developers and "real developers" not using Perl'; our $goal = 'offer something compelling to ' . $new_developers; sub what_to_do { my $module = 'Best::OO::Implementation::Ever'; # Perl 5 module if( exists($reality{$module}) && meets_goal($goal, $module) ) { return $foo; } }
What is the value of $foo if we call what_to_do()?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: OOP and the Perl core
by perlfan (Parson) on Jun 01, 2020 at 02:39 UTC | |
by marto (Cardinal) on Jun 01, 2020 at 12:20 UTC | |
by Anonymous Monk on Jun 01, 2020 at 12:14 UTC |