Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: What the heck does this mean?

by japhy (Canon)
on Mar 13, 2001 at 01:36 UTC ( [id://63978]=note: print w/replies, xml ) Need Help??


in reply to Re: What the heck does this mean?
in thread What the heck does this mean?

What are you talking about? m// is the pattern match operator, and you can use characters other than / for the delimiter. Thus, the code can be:
/^coclli=(.*)/ # or m!^coclli=(.*)! # or m<^coclli=(.*)>
Perl can be as eccentric as the programmers who use it.

japhy -- Perl and Regex Hacker

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-19 16:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found