Help for this page

Select Code to Download


  1. or download this
    1. $val{$file}[3][$num{$alias}{save}]
    2. $val{$file}[3][$num{$alias}->{save}]
    ...
    6. $val{$file}->[3][$num{$alias}->{save}]
    7. $val{$file}->[3]->[$num{$alias}{save}]
    8. $val{$file}->[3]->[$num{$alias}->{save}]
    
  2. or download this
    $val{$file}->[3][ $num{$alias}->{save} ]