Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: use re 'eval'

by wine (Scribe)
on Jul 21, 2001 at 23:19 UTC ( [id://98688]=note: print w/replies, xml ) Need Help??


in reply to use re 'eval'

On CPAN the use of (?{}) is called "highly experimental"

It works for perl 5.6 on both Linux and DEC/OSF, though. So, I guess it was a bug in the 5.005 release.

I guess you have to upgrade or just have to go with the more simple and boring:

use strict; for ("a","b","c") { print $_ . "\n---\n"; } # ;-)

- Good luck

Replies are listed 'Best First'.
Re: Re: use re 'eval'
by Anonymous Monk on Jul 22, 2001 at 00:08 UTC
    (?{ thanks })

Log In?
Username:
Password:

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

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

    No recent polls found