Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    print $gen->xmldecl('standalone' , undef);
    print    $gen->rss([itunes => "http://www.itunes.com/dtds/podcast-1.0.
    +dtd"], {version => '2.0'});
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <itunes:rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
    +version="2.0" />