Hello everyone,

I'm having some difficulty matching files starting with a name.

For example, I'm trying to match filenames that STARTS with "ULOG."
I'm not bothered about the extension name as it varies.
Any ideas?

I've tried using the following line but it is not accurate as it retuens 
files with ULOG at the end of the filename as well:

(-f $_ && $_=~/\ULOG/i && ...

Please advise.

Thanks
Regards
Steven.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl

Reply via email to