Help for this page

Select Code to Download


  1. or download this
    { # Hide everything
    
    ...
    
    sub public_func ()
    }
    
  2. or download this
    package Crypt::Password;
    
    ...
    # could be bless ($p,"Crypt::Password") and then
    #          $p->private_func();
    )