Help for this page

Select Code to Download


  1. or download this
    sub simple_properties {
      my %properties = %{ shift() };
    ...
    }
    EOR
    }
    
  2. or download this
    sub directional_light {
      my ($amb_intensity, $color_r, $direction_r, $intensity, $on) = (@_);
    ...
    }
    EOR
    }
    
  3. or download this
    my (@array, @other_array) = (@{$_[0]}, @{$_[1]});