Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Selecting Password

by cbtshare (Monk)
on Jan 31, 2020 at 02:54 UTC ( [id://11112153]=note: print w/replies, xml ) Need Help??


in reply to Re: Selecting Password
in thread Selecting Password

Thank you , I have implemented that into y code . But upon testing , I fear that the pasword generator would unluckily input a \ at the end of a password and it would cause the script to fail. Example  my $newpassword='1232!@#%][)(+/n)(\' fails in my script .Thus I thought it would be more prudent to select from safe symbols that wont fail no matter in what combination they are used.Hence why I need my above sample script to work and present a password with selected special character values everytime it runs

Replies are listed 'Best First'.
Re^3: Selecting Password
by LanX (Saint) on Jan 31, 2020 at 09:43 UTC
    > would unluckily input a \ at the end of a password

    Please show an SSCCE to reproduce your problem.

    My first guess is that you need to adjust the $\ aka $OUTPUT_RECORD_SEPARATOR

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-18 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found