6. Write a simple (common) regular expression to match an IP address, e-mail addr
+ess, city-state-zipcode combination.
You realise those regexes are neither simple nor common, but instead tend to be really fairly difficult, especially if you had to write one off the top of your head in a somewhat stressful situation, such as an interview.
As for the rest of your questions, what is the point of asking questions that could be answered in less than 10 seconds with access to perldoc? Are you just trying to quiz them on what knowledge they have memorized?
As for the rest of your questions, about what is suitable for perl, presumbably you're already doing a project in perl, and wish to hire someone to work on this project, so you know what perl is suitable for, because you've chosen it as a language already! What is the point of asking if he thinks it's suitable?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.