Help for this page

Select Code to Download


  1. or download this
    sub contact_entry {
    
    ...
            detailProfile => entrada('Detail Profile'),
        );
    }
    
  2. or download this
    sub contact_entry {
        my %contact_entry;
    ...
    
        return %contact_entry;
    }