in reply to More Command Line Regex

perldoc perlrun, the -p option always prints the whole line, either use -n instead or do something like this:

perl -pe 's/script_id\'(.*)\'/$1/' my_file.log

All dogma is stupid.