#!/usr/bin/perl ##################################################################### # # # Small script to generate provides for php-pear/php-pecl # # # # Adam Gołębiowski # # # # Somehow based on previous work by: # # Paweł Gołaszewski # # Michał Moskal # ##################################################################### # Contest: shrink this one to oneliner # Bonus : and fit in 80 columns ;) /package.xml/ and open(F, $_) foreach (@ARGV ? @ARGV : <> ); /^\s+\([a-zA-Z0-9\_]+)\<\/name\>$/ and print "php-pear-$1" while ();