Re: From tutorial

2002-06-06 Thread Adam Vardy
Hello David, Wednesday, June 5, 2002, 12:36:53 PM, you wrote: >> start while you're waiting. The O'Reilly book "Learning Perl" is also >> good, if you're into paper instead of pixels. Are there any brand new books covering recent computing? -- Adam V. -- To unsubscribe, e-mail: [EMAIL PR

Re: From tutorial

2002-06-05 Thread Adam Vardy
Hello Bob, Wednesday, June 5, 2002, 10:37:59 AM, you wrote: >> If this is from a tutorial, you need to find another tutorial :) Sure. Suggestions? -- Adam V. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: From tutorial

2002-06-05 Thread Adam Vardy
Hello David, Wednesday, June 5, 2002, 12:30:46 AM, you wrote: >> Adam -- >> % >> % /(<.*>)/i; >> This (the // part) searches $_ ('cuz it's that with which we expect we're >> working) for a < and then zero or more of anything and then a > and it Searches, does not sound like much of a concep

From tutorial

2002-06-04 Thread Adam Vardy
Can someone help please. I'm learning from scratch. What is this? $_='My email address is <[EMAIL PROTECTED]>.'; /(<.*>)/i; print "Found it ! $1\n"; I can only identify one command here. Print. How does this 'program' run? -- Adam V. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For ad