Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Sub-initiate needs help getting started

by shenme (Priest)
on Aug 25, 2003 at 23:33 UTC ( [id://286532]=note: print w/replies, xml ) Need Help??


in reply to Re: Sub-initiate needs help getting started
in thread Sub-initiate needs help getting started

That's probably the simplest and most useful advice - try out the bits of code in the small if you have any questions what they do.   Whether in small test jig programs, in the debugger or typed-in on the command line, just try it out.  

What does .*? mean? Try it with and without the '?'   (pardon the Windows quoting):

perl -e " printf \"'%s'\n\", join \"', '\", '...tangled web was woven +...'=~m/(.*?w)/ ;" '...tangled w' perl -e " printf \"'%s'\n\", join \"', '\", '...tangled web was woven +...'=~m/(.*w)/ ;" '...tangled web was w'
And even when you don't understand it, at least you'll know what it did ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://286532]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-26 09:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found