I'm a novice perl programmer and am having huge troubles with pattern matching. I am trying to scan through a HTML form I have pulled from the Web using LWP::UserAgent and fill in the fields with info entered into a form on my site. This boils down to replacing value="" with value"whatever", but I can;t seem to do it using substitution.
Any help would be appreciated.
Thanks