Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Size of @+

by Chmrr (Vicar)
on Oct 04, 2002 at 03:26 UTC ( [id://202683]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e '"foo" =~ /(o)/; print @+,$/'
    22
    $ perl -e '"foo" =~ /(o)/; print "@+",$/'
    @+
    $ perl -v
    This is perl, v5.6.1 built for i686-linux
    
  2. or download this
    $ perl -e '"foo" =~ /(o)/; print @+,$/'
    22
    $ perl -e '"foo" =~ /(o)/; print "@+",$/'
    2 2
    $ perl -v
    This is perl, v5.8.0 built for i386-linux-thread-multi
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-12-07 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (50 votes). Check out past polls.