Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. grallaj

    Help - Not a hash reference

    Not a HASH reference at (eval 53) line 32. That is my error message. I am running this from within webwork, an online homework service...
  2. grallaj

    Help - Not a hash reference

    Here's my code: sub passHash { my ($ref1,$ref2) = @_; my %hash1 = %$ref1; my %hash2 = %$ref2; my ($h); $h = $hash1{"raw"}; return $h; } sub makeSFhash { my ($n) = @_; my ($sf,$rounded); $sf = CountSigFigs($n); $rounded = FormatSigFigs($n,$sf)...
  3. grallaj

    Help - Not a hash reference

    You know... I'm pretty sure I tried that too. Actually, I think I copied and pasted the wrong code. Let me try it anyhow...
  4. grallaj

    Help - Not a hash reference

    I'm doing some small programming in perl to improve the way significant figures are tracked for webwork... Some of my functions are not working and it seems to be the way the hash functions are being passed. Here is a snip of my code. The makeSFhash creates a hash from a number with the...

Part and Inventory Search

Back
Top