in reply to Re: Scope of a Hash
in thread Scope of a Hash
In the module:%returnVals = (); %X_Axis = (); %Y_Axis = (); $ExcelLink = &swOpenExcel("FILE", $lAppName, $wbFullDirectory, $wbChar +tDirectory, $wbExcelName, $wbExcelData, $dataCol, $strtRow, $labelCol +, $endRow, $typeGraph, $ChartName, $lChartTitle, 'JPG', $lLegendKey, +$lData_Labels, $fields{$q->param(X_Col)}, $fields{$q->param(Y_Col)}, +\%returnVals, \%X_Axis, \%Y_Axis);
($typeData, $AppName, $wbFullDirectory, $wbChartDirectory, $wbExcelNam +e, $wbExcelData, $dataCol, $strtRow, $labelCol, $endRow, $typeGraph, +$ChartName, $ChartTitle, $filter, $LegendKey, $LegendType, $rVals, $X +, $Y) = @_; my %X_Axis = %$X; my %Y_Axis = %$Y; my %returnValues = %$rVals; $returnValues{"ExcelLink"} = "/Web$AppName/Charts/" . $wbExcelName . " +_" . $extension . "\.xls";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Scope of a Hash
by Anonymous Monk on Dec 15, 2005 at 18:00 UTC | |
|
Re^3: Scope of a Hash
by blazar (Canon) on Dec 15, 2005 at 17:10 UTC | |
|
Re^3: Scope of a Hash
by nedals (Deacon) on Dec 16, 2005 at 00:13 UTC |