From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 ################################################################################sub draw_form_field_iframe { my ($options, $data) = @_; return $_SKIN -> draw_form_field_iframe (@_);}1;
################################################################################
sub
draw_form_field_iframe {
my
(
$options
,
$data
) =
@_
;
return
$_SKIN
-> draw_form_field_iframe (
);
}
1;