Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: implicit numeric conversion isn't

by stargrazer (Novice)
on Nov 25, 2006 at 00:47 UTC ( [id://585950]=note: print w/replies, xml ) Need Help??


in reply to Re: implicit numeric conversion isn't
in thread implicit numeric conversion isn't

Thanx for your response. If I
print( "'" . ref($step) . "'\n" );
I get nothing. I made another post where I did a Dump. Does it make any sense?
  • Comment on Re^2: implicit numeric conversion isn't

Replies are listed 'Best First'.
Re^3: implicit numeric conversion isn't
by NetWallah (Canon) on Nov 25, 2006 at 05:48 UTC
    Yes - that does make sense - $step is NOT a reference, so you get nothing.

    Here are a couple of somewhat lame suggestions - but if you are desparate enough, you may want to try these:

    • Use Data::Dumper, and print Dumper $hash;
    • Try using RRDs::fetch instead of info - This will probably give you more info than you want, but if info isnt working for you ....

         "A closed mouth gathers no feet." --Unknown

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://585950]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found