Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Use of uninitialized value $pic

by shmem (Chancellor)
on Apr 24, 2017 at 09:46 UTC ( [id://1188750]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Use of uninitialized value $pic
in thread Use of uninitialized value $pic

SOLVED I found a typing error in the reference to the hash with the URL.

And the typo was? I bet on

- $snapshot-> url( "IPCamera{$key}"); + $snapshot-> url( "$IPCamera{$key}");

BTW there's no need to put that into double quotes, or is there? if you had written

$snapshot-> url( IPCamera{$key});

the compiler would have catched that error.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-19 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found