You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
G
#test.lp
#!/usr/bin/pearl <----You spelled perl wrong here! should be #!/usr/bin/perl
$c="*";
for($b=0;$b>5;$c+)
{
for($a=1;$a<6;$a++)
{
print '$c'
}
Print "\n";
}