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->{
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]