in reply to Re: Matching * in a pattern
in thread Matching * in a pattern
Rule #1: Never, ever trust the user (or their data). Double check everything! :) That's one of the many reasons I love perl: it is so easy to write code that checks the format of any data it is receiving, or forces it change to the correct one, or only extracts the correct portion, or even sends an alarm when "bad" data is read in.
|
|---|