Help for this page

Select Code to Download


  1. or download this
    perl -lne 'print qq($2.$1) if /<metaatribute metaattribute-name="([^"]
    +*?)" metaobject-name="([^"]*?"/'
    
  2. or download this
    perl -lne "$q = chr(34); print qq($2.$1) if /<metaatribute metaattribu
    +te-name=$q([^$q]*?)$q metaobject-name=$q([^$q]*?$q/"