![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Hi, Try this.... $_= 'file1_system_051117123050.txt';($_) = grep s/.*(\d{4})\d{4}\.txt/$1/, $_; print $_;
Regards Franklin Don't put off till tomorrow, what you can do today. In reply to Re: grep question
by l.frankline
|
|