Help for this page

Select Code to Download


  1. or download this
    sub createAccount { 
    
        my(    $Username_arr,
    ...
    
    }
    return true;
    
  2. or download this
    my $CreateUser = $CreateAcct->Button( 
            -text => "Create Account", 
            -command =>  sub{createAccount($txtNewUName,$txtNewName,$txtNe
    +wPassword,$txtNewCPassword,$txtNewEmail,$ListNewSyl
    l,$ListNewInst,$txtNewTheory,$txtNewPractical)} 
        )->pack;