- or download this
$refferal[0] = "1|2|3|4" #first refferals
$refferal[1] = "1|2|3|4|5|6" #second refferals
$refferal[2] = "1|2|3" #third refferals
- or download this
#Get Reffers
my @ref;
...
return(@ref);
}
- or download this
foreach $name (@users) {
build_reffers($name);
}