Reply to Message

View discussion in a popup

Replying to:
natxoasenjo
Enthusiast
Enthusiast

Possible precedence issue with control flow operator at /perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1/VMware/VICommon.pm line 2141.


this is just a warning, but it is quite irritating. How can we get rid if it?


It appears to be in this piece of code:


 sub get_session_loaded {
    my $self = shift;
    my $user_agent = $self->{user_agent};
    return defined $user_agent->cookie_jar and
              $user_agent->cookie_jar->as_string ne '';
 }


 


 

Reply
0 Kudos