Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: port a function from php

by oiskuu (Hermit)
on Dec 10, 2013 at 17:22 UTC ( [id://1066474]=note: print w/replies, xml ) Need Help??


in reply to Re: port a function from php
in thread port a function from php

Well... Consider this perl code for example:
sub ncp { ($_[0] ^ $_[1]) =~ m/\0*/; $+[0]; }
This returns the common prefix length for two given strings. Except when it fails, that is. Which happens when NUL's are present in the (longer) string. A case that has actually bitten me before. The PHP semantics would be a win sometimes.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-25 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found