From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

################################################################################
sub draw_form_field_iframe {
my ($options, $data) = @_;
return $_SKIN -> draw_form_field_iframe (@_);
}
1;