Recent content by Gregg L (JPA)

  1. G

    I need to fix this perl code.?

    #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"; }
Back
Top