Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Watch or listen to your remote Mac with iChat AV' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Watch or listen to your remote Mac with iChat AV
Authored by: tylerlin on Dec 18, '03 02:58:04PM

One strange thing to add...
the modified script works if i type "perl iChatGreet.pl" in terminal,
but still does not work in actual situation, anyone know why?



[ Reply to This | # ]
Watch or listen to your remote Mac with iChat AV
Authored by: pilbery on Dec 29, '03 01:58:45PM

Try typing perl -w iChatGreet.pl
I suspect that you will find a number of exceptions even in your modified script?!
These are the complaints I get with the original script...

main::get_time_of_day() called too early to check prototype at iChatGreet.pl line 12.
main::start_media_chat() called too early to check prototype at iChatGreet.pl line 22.
main::start_media_chat() called too early to check prototype at iChatGreet.pl line 26.
Use of uninitialized value in pattern match (m//) at iChatGreet.pl line 20.
Use of uninitialized value in pattern match (m//) at iChatGreet.pl line 20.
Use of uninitialized value in concatenation (.) or string at iChatGreet.pl line 31.

Alas, it doesn't mean much to me.



[ Reply to This | # ]