Posts by Selene Melo • 7 points
1 post
-
-2
votes2
answers67
viewsQ: Doubt code in Perl
The following code returned error in execution. Could anyone tell me where the error is and how to fix it? From now on, thank you. #!/usr/bin/perl for ($i=1; $i<15; $i = $i + 1;){ for ($j=1;…
perlasked Selene Melo 7