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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:22:01+00:00 2026-05-24T22:22:01+00:00

I have a sub in perl (generated automatically by SWIG) that I want to

  • 0

I have a sub in perl (generated automatically by SWIG) that I want to return multiple values from. However, I seem to be getting variable meta-data instead of the actual values.

sub getDate {
    my $tm = *libswigperlc::MyClass_getDate;
    ($tm.sec, $tm.min, $tm.hour, $tm.day, $tm.month, $tm.year + 1900);
}

The caller is like this…

my ($sec,$min,$hour,$day,$month,$year) = $s->getDate();
print "$year-$month-$day $hour:$min\n";

The $tm.year + 1900 does return the value as wanted. If I add “+ 1” to the other values, they work as wanted too.

But

print $month;

results in

*libswigperlc::MyClass_getDatemonth

instead of

3

What is the best way to return the values to the caller?

I am a novice perl user – I use C++ normally.

  • 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-24T22:22:02+00:00Added an answer on May 24, 2026 at 10:22 pm

    tchrist – you were right to question the typeglob line. That line was generated by Swig, and I had no understanding of it.

    All I had to do was return the typeglob as is…

    sub getDate { 
        *libswigperlc::MyClass_getDate2; 
    }
    

    Now the caller can access the members like this…

    my $tm = myClass->getDate();
    print "Year = $tm->{year}";
    

    At least now I understand it just well enough to know to leave it as it is, or to change it to be the way as per the original idea.

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

Sidebar

Related Questions

I have this Perl subroutine that is causing a problem: sub new { my
We have an existing Perl application that supports mod_perl . However, our new host
I have a subroutine in Perl that should be indented like this: sub GetFiles
We have a pretty big perl codebase. Some processes that run for multiple hours
I have this code in Perl: sub f { return [1,2,3] } print f;
I have a perl script that grabs some files from a remote server and
I have 2 sub s in my perl code that are all but identical.
We have a sub-project 'commonUtils' that has many generic code-snippets used across the parent
I have a sub query that returns one column, showing as GroupType, I then
I have a sub form in Access: The CopyNo is a combobox that lets

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.