Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: crypt sometimes returning undef

by hippo (Bishop)
on Feb 14, 2018 at 10:24 UTC ( [id://1209125]=note: print w/replies, xml ) Need Help??


in reply to crypt sometimes returning undef

my $cryptedpass = crypt($passwrd1, $never_blank_value));

Is that a paste from your code? It appears to have unbalanced brackets. Perhaps that's part of the problem?

Alternatively, if you add a diagnostic on such intermittent occurences you might spot a connection. eg:

die "Empty result from crypt($passwrd1, $never_blank_value)" unless de +fined $cryptedpass;

Replies are listed 'Best First'.
Re^2: crypt sometimes returning undef
by Beaker (Beadle) on Feb 14, 2018 at 10:28 UTC
    I've fixed this, sorry it was when I replaced the variable name with $never_blank_value for purposes of copying it here.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1209125]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found