Help for this page

Select Code to Download


  1. or download this
     my (@date, ...) = (@$date_ref)
    
  2. or download this
    
    my @date = @$date_ref;
    ...
    my @F_EQOFFER = @$F_EQOFFER_ref;
    my @F_dTURN = @$F_dTURN_ref;
    my @F_dMARGIN = @$F_dMARGIN_ref;