[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl-WebCGI] Push Problem Revisited...



When I push an array, no problem, but when I push the reference of an array
I get an server error...here's the example. Thanks for the patience.
-------------------
#!/usr/bin/perl
print "Content-type:text/html\n\n";

@a = ("1","2","3");
@b = ("5","6","7");

push (@a, [@b]);

print $#a;
-------------------
But if I did push (@a, @b); it's ok....





What I choose for myself I choose for all men.

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org