Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Are Perl patterns universal?

by sleepingsquirrel (Chaplain)
on Nov 09, 2004 at 03:30 UTC ( [id://406277]=note: print w/replies, xml ) Need Help??


in reply to Re: Are Perl patterns universal?
in thread Are Perl patterns universal?

Did you try it?
running this program...
my $inf; $inf=qr/\b(??{$inf})/; print "matched" if ("abc"=~m/$inf/);
...under perl5.8.4 results in a "Segmentation fault" on my machine.


-- All code is 100% tested and functional unless otherwise noted.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-25 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found