Help for this page

Select Code to Download


  1. or download this
    while(<ASX>) {
        next unless m{<REF HREF=(.*)/>};
        $address = $1;
        $address =~ s/\"//g;
        print PLAYLIST $address, "\n\n";
    }
    
  2. or download this
    next unless m{<REF HREF=\"?(.*)\"?/>};
    
  3. or download this
    next unless m{<REF HREF=\"?(.*?)\"?/>};
    
  4. or download this
    <REF HREF="mms://<some_address>.(wma|wmv|maybeSomethingElse)" />