ISAI student has asked for the wisdom of the Perl Monks concerning the following question:
Hello all. I am getting from these two lines of code (numbers 1244 & 1245):
And I am getting this output:print( "\$wave_tcl_file is $wave_tcl_file\n"); ${$$all_shary_for_subs{'%sim_info'}{$sim_ref}}{'tcl_file'} = $wave_tcl +_file
$wave_tcl_file is /scratch/ldagan/edata/eng/ldagan/voodoo_from_1.1.7.b4/Results/Log/0000___tc_dataif_simple.wave.tcl
Invalid value for shared scalar at /edata/eng/ldagan/voodoo_from_1.1.7.b4/DesignLibs/ScriptLib/Generic/WMPerl/voodoo//voodooBuild.pm line 1245.
Isn't $wave_tcl_file a scalar ? 1 line before it looked like a normal string...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error: Invalid value for shared scalar when assigning a scalar
by kennethk (Abbot) on Apr 23, 2013 at 16:26 UTC | |
by ISAI student (Scribe) on Apr 24, 2013 at 09:25 UTC | |
|
Re: Error: Invalid value for shared scalar when assigning a scalar
by BrowserUk (Patriarch) on Apr 23, 2013 at 17:03 UTC |