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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:16:33+00:00 2026-05-31T16:16:33+00:00

Net::SSL is part of Crypt::SSLeay. While working on a bug report today, I was

  • 0

Net::SSL is part of Crypt::SSLeay. While working on a bug report today, I was distracted by how many times the poor old * made an appearance.

For example, consider Net::SSL::configure:

*$self->{ssl_version} = $ssl_version;
*$self->{ssl_debug} = $ssl_debug;
*$self->{ssl_arg} = $arg;
*$self->{ssl_peer_addr} = $arg->{PeerAddr};
*$self->{ssl_peer_port} = $arg->{PeerPort};

Maybe it’s because I am not that familiar with pre 5.8 Perl, but I just can’t pinpoint whether there is a significant reason for using * on the LHS. Wouldn’t just *$self->{ssl_peer_port} = $arg->{PeerPort}; be sufficient? Or, is there something deep going on here (e.g. local $_ versus local *_)?

  • 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-31T16:16:35+00:00Added an answer on May 31, 2026 at 4:16 pm

    I don’t have the module installed, so can’t check easily enough, but I presume that it’s because the object is a globref; that is, a reference to a blessed typeglob.

    There’s no aliasing going on here. When you write

     *$self->{ssl_debug} = $ssl_debug;
    

    It first derefs the globref back to a full typeglob. It then grabs just the hashref aspect of the typeglob and proceeds to dereference that.

    This isn’t a pre- or post-5.8 thing.

    What was it you were thinking it was doing?

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

Sidebar

Related Questions

While accessing our own website in Java code, an exception is thrown: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException:
Has anyone had experience using SSL with net.tcp binding in WCF? Ive read its
I have an ASP.NET application that calls other web services through SSL (outside the
I have a asp.net mvc application. Some pages require SSL, is there a way
SiteA.com and siteB.com are .NET 2.0 apps on IIS6. SiteA uses SSL. Can I
I see the guidance when using formsAuthentication in ASP.NET is to use SSL via
I have an ASP.NET page running in SSL and the checking happens in the
I'm having trouble getting a DNOA RP working behind an SSL appliance (terminates the
I have been looking at Android's javax.net.ssl package, but am still confused as to
Problem: I'm getting a thrown error from javax.net.ssl.SSLHandshakeException (see attached picture) Is it possible

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.