http://qs321.pair.com?node_id=236827

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I need to require a file, and not print() when it tells me to do so.
Simply something like { my $variable_for_file = 'moose'; # Somehow stop printing. do file.inc; # Nothing should be printed. } #Now print calls should work again.