Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
The code I need to fix is:#test.lp#!/usr/bin/pearl$c="*";for($b=0;$b>5;$c+){ for($a=1;$a<6;$a++){ print '$c'}Print "\n";}
The code I need to fix is:
#test.lp
#!/usr/bin/pearl
$c="*";
for($b=0;$b>5;$c+)
{
for($a=1;$a<6;$a++)
print '$c'
}
Print "\n";