Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: $a++ allowed by $a-- is not ! why?

by kabel (Chaplain)
on Sep 01, 2003 at 08:43 UTC ( [id://288099]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $a + $b = $b + $a
    
  2. or download this
    kabel@linux:~> perl
    my ($z1, $z2) = qw/ z9 Z9 /;
    print ++ $z1, ", ", ++ $z2, $/;
    aa0, AA0
    kabel@linux:~>
    
  3. or download this
    ++: /\A[A-Z]*[0-9]*\z/ -> /\A[A-Z]*[0-9]*\z/
    ++: /\A[a-z]*[0-9]*\z/ -> /\A[a-z]*[0-9]*\z/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found