Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How can I see a CPAN module's print message

by live4tech (Sexton)
on Jan 06, 2013 at 08:39 UTC ( #1011850=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package TieRegistry;
    use strict;
    ...
    {
      print "my print message\n";
    }
    
  2. or download this
    my $test = TieRegistry->new;
    $test->PrintThis;
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2023-03-22 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?