well, it wasn't going through, that is why i dbl posted it.Then i forgot to explain why i needed these quetions answered as you guys might think that it is homewrok that i have not done. Here are my answers as i can get my perl to run to check the answers, i wouldn't be emailing you if i could...
please would someone please explain the following with the answer they get as i have different answers from two different books. They seem to contridict themselves. I will be writing my exam tomorrow and need to clear these up.
much appreciated.
What output is generated by the following code...
I don’t understand how they get their answer as the code is not that clear.
Could some one could explain line by line how they get their answer, I would really appreciate it.
sub returnValues {
my($target, @values) = @_;
my(@results);
foreach(@values) {
$_ > $target ...
I don’t understand how they get their answer as the code is not that clear.
Could some one could explain line by line how they get their answer, I would really appreciate it.
sub returnValues {
my($target, @values) = @_;
my(@results);
foreach(@values) {
$_ > $target ...
Hi expert
I will be writing my exam next week and need some explaining on the following:
1. I need help with the following code, if possible. could you please explain how they work out the 2nd print of the string, and what does $1 stand for. I have the answer but just checking if there are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.