Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5963827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:19:23+00:00 2026-05-22T19:19:23+00:00

What exactly do this code snippet? … method go() { my %args; while (

  • 0

What exactly do this code snippet?

...
method go() {
    my %args;
    while ( ref( $_[0] ) eq 'HASH' ) {
        %args = ( %args, %{ shift(@_) } );
    }
    ....
}

Taken from a Moose based package…
While the first argument is a hashref, do what? (with the shifted out hashref?)
I understand shift(@_) simply dont understand what’s mean the

%hash = (%hash, %{$hashref});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T19:19:24+00:00Added an answer on May 22, 2026 at 7:19 pm

    While the first element of @_ is a reference to a hash, add the contents of that hash reference to the hash %args and remove the reference from @_. In other words, consolidate all of the initial hash arguments into a single hash.

    %a = (%a, %b) for some pair of hashes %a and %b is analogous to @a = (@a, @b) for some pair of arrays @a and @b, joining @a and @b into a single list and assigning the result back to @a. For arrays, there is of course a shorthand push @a, @b for just this purpose.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone tell me what exactly does this Java code do? SecureRandom random =
This isn't my code; I am trying to figure out what exactly this does.
Edit: Of course my real code doesn't look exactly like this. I tried to
I was watching a metaprogramming video from PragProg, and Dave Thomas showed this snippet
What does this mean exactly? I'm doing something like this: File.Copy(@\\foo\bar\baz.txt, @c:\test\baz.txt); MSDN doesn't
This is not exactly a programming question, but it's highly related. We are writing
I'm not exactly sure how to ask this question really, and I'm no where
Not sure exactly how to word this question ... so edits are welcomed! Anyway
My question is not exactly the same as this one (it's not theoretical, there
Exactly what the title says. Note, this is not about subscriptable objects.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.