On 17 Apr 2003, Luke Palmer wrote:
> Although, if what you're wanting is just a way to do dynamic checking
> instead of static, a simple scalar would work.
>
> my $car = @ParkingLot[$spot];
> $car.OpenDoor();
Yes, but that's just like saying
$a = my $xxx = $b;
to get runtime typechecking, which didn't get received very well...
~ John Williams
Thread Previous
|
Thread Next