in our Regular expressions when we use it in programming in loops we will be giving:
while($data=~m/(regex)/igs)
{
}
is there any other , other than igs????
|
Team Leader
|
![]() |
| 8Oct2010,13:46 | #2 |
|
@vikky: check this http://www.sarand.com/td/ref_perl_pattern.html
|
