Help for this page

Select Code to Download


  1. or download this
    use HTML::Tiny;
    my $co = HTML::Tiny->new;
    my $filename = 'theme1';
    print $co->tag ('audio', { controls=>"", type => "audio\/mpeg", src =>
    + "$filename.mp3"});
    print "\n";
    
  2. or download this
    <audio controls="" src="theme1.mp3" type="audio/mpeg"></audio>