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 813431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T01:21:30+00:00 2026-05-15T01:21:30+00:00

I am trying to comprehend the reference/dereference system in Perl. What I am trying

  • 0

I am trying to comprehend the reference/dereference system in Perl.

What I am trying to do is to remove an element by using reference:

 my $ref= \@{$collection{$_[0]}};
 # delete($$ref[$i]);   # delete works, I've tested that already
 splice($$ref, $i, 1);  # this wouldn't do.

I first tried the delete() subroutine, it works; however, it doesn’t shift the index after the removed elements forward by 1, so I cannot continue working on other stuff.

I then Googled and found the splice() subroutine which does delete and shift in one go.

But the error feedback tells me that

“Type of arg 1 to splice must be array (not scalar dereference)…”

I then tried something like this:

splice(@{$$ref}, $i, 1);

That resulted in another error like this:

“Not a SCALAR reference at…(pointing at that line)”

So I am a bit puzzled, how could I handle this issue?

I prefer not using any CPAN or additional library for the solution, if possible.

  • 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-15T01:21:30+00:00Added an answer on May 15, 2026 at 1:21 am
    splice(@$ref, $i, 1);  # this works...
    

    Ahhh… I encountered this question last night (2am) so my energy was burnt out…

    Now I see the magic in Perl a bit more clearly 🙂

    Sorry about such a simple question.

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

Sidebar

Related Questions

I'm trying to comprehend the Unix file system on my OSX. I'm following wikipedia
I am trying to comprehend Perl following the way describe in the book Minimal
Trying to find some simple SQL Server PIVOT examples. Most of the examples that
Trying to make a make generic select control that I can dynamically add elements
Trying to do this sort of thing... WHERE username LIKE '%$str%' ...but using bound
Trying to perform a single boolean NOT operation, it appears that under MS SQL
Trying to honor a feature request from our customers, I'd like that my application,
I am trying to convert my shop from using VSS to TFS. Our current
So I'm trying to comprehend the source file for csv2rec in matplotlib.mlab. It is
I'm trying to comprehend ontology basics. Here's an example: car (class) 2009 VW CC

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.