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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dirdmalah

  1. dirdmalah

    perl error

    so.. how can I run that like this: perl -p -w -e '/s</book>(?:\n)<collection>(.*)</collectioninfo>//g' test1.txt
  2. dirdmalah

    perl error

    hello all I execute this: # perl -p -w -e 's/</book>(?:\n)<collection>(.*)</collectioninfo>//g' test1.txt And get this: Bareword found where operator expected at -e line 1, near "s/</book>(?:\n)<collection>(.*)</collectioninfo" Unquoted string "collectioninfo" may clash with future reserved...

Part and Inventory Search

Back
Top