Hello all,

I've been trying multiple different ways, but I am still unable to
have the output that i am looking for.

What I'm trying to do is change certain text in an html file.  How
would i go about doing that successfully?

what i know is that
you call open such as open(HTML, /path);
and from there use the s/// operator, but I really cant get anything
to change in my files.

the string I would like to search for would be something like
"value=src1" (without quotes) and i would want to replace it with
something like "/home/user/test/" (without quotes)

Any help is appreciated.  Thanks

-David


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


Reply via email to