In article <[EMAIL PROTECTED]>, Kevin Pfeiffer wrote: [...] > sub scan_mb { > > for ( <$_[1]/*> ) { > next unless (-f $_); > /^.*\/(.*)$/; > wanted($_); > } > }
(Please disregard the regex - just a leftover) -- Kevin Pfeiffer International University Bremen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]