View Single Post
  #1  
Old 11-19-2005, 12:54 PM
tinhat tinhat is offline
Senior Member
 
Join Date: Apr 2005
Location: white courtesy phone
Posts: 288
Default any perl-db/emacs jockeys here?

Trying to see the result of a regexp such as "m/$str\Z/i" from perl-db (running in emacs buffer); I've tried x/p and m; x/p return status ("1") and I have no idea what m is telling me; any way I can see how this evaluates without using printf in code?

Mike

edit: this is for a perl script to parse hh/pull out "villain c-r <street>"; anyone already done something like this that they'd share? I'll share mine when I'm done but if I don't have to write it I'd rather not...
Reply With Quote