while(<DATA>) { while ( /(\w+)/g ) { print "$1 "; } } [download]
si_lence
In reply to Re: global regex by si_lence in thread global regex by Anonymous Monk