Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: The Lone Right Bracket

by turnstep (Parson)
on Jul 26, 2000 at 09:13 UTC ( [id://24414]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    s//%/e;
    }
    
  2. or download this
    Bad evalled substitution pattern at file.pl line X
    
  3. or download this
    Perl (version 5) used to determine the value of 
    EXPR inconsistently, sometimes incorrectly using 
    the surrounding context for the determination. Now, 
    the value of EXPR (before being parsed by eval) is 
    always determined in a scalar context.
    
  4. or download this
    #!perl
    
    ...
    $foo =~ s/B/*/e;
    }
    print "($foo)\n";
    
  5. or download this
    (ABC)
    (A*main::}
    C)
    

Log In?
Username:
Password:

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

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

    No recent polls found