I am trying to figure out what the following regular
expression is look for:

if ( $line =~ /(\/data\/Shows.*)"/ )

Is it trying to find a line that has the phrase
dataShows in it?  What is the double quote for?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to