> Now you want to call the Inn::HTML() function, right? You can't easily do > it if strict is turned on. Here's one way, though: > > my $glob = $main::{$Player{Location} . "::"}{HTML}; > $glob->();
ah yes.. must bottom post.... ok in the first line you set the var $glob to equal the package call and then the next line $glob->(); calls it? is $glob a reserved var? or one you made up.. like the $foo $bar ones I see? thanks Lou -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>