Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Scalar context of slice

by FunkyMonk (Chancellor)
on Oct 03, 2008 at 20:30 UTC ( [id://715271]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $foo = (1,2,3); # assigns 3 to $foo
    
  2. or download this
    my %bar = (
      a => 'A',
    ...
    
    print "broken_count : $broken_count\n";  # B
    print "working_count: $working_count\n"; # 2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-19 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found