Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

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

by live4tech (Sexton)
on Jan 06, 2013 at 08:39 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found