UBB.Dev
Posted By: Pilgrim Perl > PHP - 01/02/2004 6:09 AM
Could someone give me the PHP equivalent to this Perl string please?

[:"brown"] if ($printOut) {
print "$count Number of subscriptions sent out!\n";
} [/]

Thanks,

Jeff
Posted By: omegatron Re: Perl > PHP - 01/02/2004 6:48 AM
The same

Big difference where you define variables

my $printOut ="";

would be

$printOut = "";
Posted By: Mariskha Marz Re: Perl > PHP - 01/04/2004 1:44 AM
I believe the PHP equivelant of the code snippet would be the same .. no changes.

Unless in perl, you are using $_ or $@ kinda variables.
© UBB.Developers