Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: unshift single scalar

by Not_a_Number (Prior)
on Aug 09, 2014 at 19:14 UTC ( [id://1096861]=note: print w/replies, xml ) Need Help??


in reply to Re^2: unshift single scalar
in thread unshift single scalar

No. When the docs say 'unshift can take a scalar EXPR', they mean as the first argument, eg:

my $ref = [ 2, 3 ,4 ]; unshift $ref, 1;

But that's probably too much information. What you need to understand is that the standard (non-experimental) syntax for unshift is:

unshift ARRAY,LIST

It so happens (as is often the case) that the LIST that you want to add at the beginning of your ARRAY consists of just one element (namely 'Top').

Maybe the doc for unshift could benefit from a less obscure example of usage?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1096861]
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 16:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found