Help for this page
#!/usr/bin/perl use warnings; ... my $methodname = 'url'; my $methodref = $o->can($methodname); say $o->$methodref(1142751);