in reply to Re: why isnt it working?
in thread why isnt it working?
But I think it was just part of his formatting inside the code tags...#!/usr/bin/perl -w use strict; print "Content-Type: text/plain\n\n"; print "<br><br>\n"; my $add = '152'; print $add / 321 + 4 * $add, "\n";
|
|---|