Help for this page

Select Code to Download


  1. or download this
    %param = ( firstClick => 12345, secondClick => 21345) ;
    
  2. or download this
    %param = ( 'value' => 911 ) ; # call for help on "Exposure"
    
  3. or download this
    my @res = $function_etc_etc{$a_function}->(%params) ;