Hi: I'm trying to print a browswer window via MacPerl and Mac::Glue. Here is the script: use Mac::Glue; my $Moz = new Mac::Glue 'Internet_Explorer_4_5'; if ($Moz->print('masterpiece:archive:1:1.html')) { print "ok!\n"; } else { print "nope!\n"; }; MacPerl print's "nope", all the browser does is load the file into a window. Works the same with Netscape. Can anyone point me towards some knowledge that might help? Thanks, Eric # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org