Help for this page

Select Code to Download


  1. or download this
        require Value;
        my $x = 'getValue';
        if (my $coderef = Value->can($x)) {
            $coderef->();
        }