Next | Tricks of the Wizards | 127 |
if (/carrots$/) { die }
But it didn't die! Why not?
Try the debugger:
DB<119> p $_; I like carrots
Pull your hair out.
Or, instead:
DB<119> p "<$_>"; <I like carrots >
Oho.
The terminal program should have taken care of this!
Next | Copyright © 2003 M. J. Dominus |