Help for this page

Select Code to Download


  1. or download this
    while(<>){
    my ($id, $user_name, $p_id, $password) = split ':';
    #do stuff to the stuff in $id and $p_id
    }