Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Legacy use of splice() as lvalue

by nobull (Friar)
on Feb 15, 2008 at 09:52 UTC ( [id://668119]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub do_https4 { splice(@_,1,0) = 1; do_httpx4; }  # Legacy undocumente
    +d
    
  2. or download this
    sub do_https4 { splice(@_,1,0,1); do_httpx4; }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://668119]
Approved by moritz
Front-paged by grinder
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-19 03:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found