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

  • SEARCH
  • Home
  • 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 6692719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:54:00+00:00 2026-05-26T05:54:00+00:00

Most of the information is here: http://pastebin.com/VE6dhUkf But the general error is: Odd number

  • 0

Most of the information is here: http://pastebin.com/VE6dhUkf

But the general error is:

Odd number of elements in hash assignment at /usr/share/perl5/Curses/UI/Container.pm line 72.
Can't use string ("Gino.Francescutti@xx") as an ARRAY ref while "strict refs" in use at /usr/share/perl5/Curses/UI/Listbox.pm line 264.

Note: The “Can’t use string (“Gino.Francescutti@xx”)” Doesn’t contain the full email, only partial.

  • 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-26T05:54:01+00:00Added an answer on May 26, 2026 at 5:54 am

    I’m guessing that you’re mixing up your arrays and array-refs. You have this:

    my $listbox; $listbox = $win1->add(
        'list',
        'Listbox',
        -values => @marray,
        -lables => $lhash,
        -onchange => sub { exit($_[0]->get)}
    );
    

    Notice the -values => @marray? That should be -values => \@marray. From the fine manual:

    my $listbox = $win->add(
        'mylistbox', 'Listbox',
        -values    => [1, 2, 3],
        #...
    );
    

    That mixup doesn’t directly point to your error message but it could sufficiently mess up what $win->add is seeing and confuse it enough to cause the error you’re seeing as a side effect.

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

Sidebar

Related Questions

http://pastebin.com/x5UnA1sE Here's a paste of a bit of my troubled coded. I'm trying to
Here is a section (a large section) of my code. http://pastebin.com/KCZNkYNB What i have
The most common source of free historical information is Wikipedia, but I am missing
Most of the information here refers to the abandoned ASIHTTPREQUEST project so forgive me
Most objects in SAP ERP can be double clicked to get more information in
I noticed that most scripts for e-mail validation do not use DNS information to
Most of us write conditionals like: if (resultIndex == 0) ...but occaisionally I come
In C following this article ( http://blogs.msdn.com/oldnewthing/archive/2006/12/21/1340571.aspx ), we have succesfully been able to
I'm trying to implement the 1.6 Mobile Facebook API ( http://code.google.com/p/facebook-actionscript-api/downloads/detail?name=GraphAPI_Mobile_1_6.swc ) into an
I'm writing a simple script in python to replay saved HTTP requests . Here

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.