with( $obj , property1 => value1 , ... )
Sets the values of multiple properties on an object ( $obj ). The function calls $obj->{ property }= value for each property/value pair.
$obj->{
Copyright © 2001 O'Reilly & Associates. All rights reserved.