Help for this page

Select Code to Download


  1. or download this
    package Base::HTML::Inline;
    use strict;
    ...
    sub inline_text { join'',@_ }
    
    1;