Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^7: error 1073741819

by Anonymous Monk
on Aug 20, 2012 at 04:21 UTC ( [id://988390]=note: print w/replies, xml ) Need Help??


in reply to Re^6: error 1073741819
in thread error 1073741819

The difference is in (?-xism: vs (?^: which is what I get.

It means the same thing, see http://perldoc.perl.org/5.12.0/perlre.html#(?pimsx-imsx), http://perldoc.perl.org/5.14.0/perlre.html#(?^alupimsx)

$ perl5.12.2.exe -e " print qr// " (?-xism:) $ perl5.14.1.exe -e " print qr// " (?^:)

Log In?
Username:
Password:

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

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

    No recent polls found