Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: GUI question: Prima: password input fields

by Anonymous Monk
on Dec 21, 2019 at 12:57 UTC ( [id://11110469]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     sub edit_text
    {
            my ($self, $text) = @_;
    ...
            $self-> text($text);
            $self-> end_undo_group;
    }
    
  2. or download this
         $self->{password} =  $cap;
            
            $cap = $self-> {passwordChar} x length $cap if $self-> {writeO
    +nly};
            $self-> {wholeLine} = $cap;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found