Help for this page

Select Code to Download


  1. or download this
            $time = $1;
            $tid = $2;
    ...
            $hash{$2}->[1] = $time;
            $hash{$2}->[2] = $trname;
            $hash{$2}->[3] = $tramount;
    
  2. or download this
            $hash{$2}{status}   = $3;
            $hash{$2}{time}     = $1;
            $hash{$2}{trname}   = $4;
            $hash{$2}{tramount} = $5;