When I am messing with a perl script under construction I use a command line at the bottom of a BBEdit worksheet which does something like
perl -w pathtomyscript arguments The result is almost always a batch of error messages that contain line numbers in the perl file or in an associated data file that has been opened by perl. Back in good old MPW in the days of classic Mac that kind of error message came out as a line starting with the word "file". MPW aliased "file" to a command that caused the problem source file to be opened at the line that was complained about. It was just a case of select the error line and ENTER to get to the right place. So . . . . . Has anyone written a script that will do the same thing and allow execution of the perl error message with a select and ENTER operation that will bring up the source file pointed at the right place? Open and Search_GoTo line # gets tiresome. -- --> Life begins at ovulation. Ladies should endeavor to get every young life fertilized. <-- -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
