Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hardrocksr

    system("") + perl -pie = hell?

    yes, the line *should* read system("perl -p -i -e 's/<[^\/]*cfquery/cfquery username=\x22#request.username#\x22 password=\x22#request.password#\x22/g' index.cfm"); it just didn't copy paste correctly.
  2. hardrocksr

    system(&quot;&quot;) + perl -pie = hell?

    I have a perl pie regex one liner that works: perl -p -i -e 's/<[^\/]*cfquery/cfquery username=\x22#request.username#\x22 password=\x22#request.password#\x22/g' index.cfm when i try to add it into a perl script i have, using the system call: system("perl -p -i -e 's/<[^\/]*cfquery/cfquery...

Part and Inventory Search

Back
Top