Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: exports -- which module exports are used?

by toolic (Bishop)
on Oct 03, 2013 at 14:41 UTC ( [id://1056765]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat foo.pl 
    #!/usr/bin/env perl
    ...
            carp
    # use Carp                qw< carp >;
    $
    
  2. or download this
    sub ReportExportUse {
        my( $fh, @mods ) = @_;
    ...
            local $_;
            local $. = 0;      # <------------- HACK
            while( <$fh> ) {
    
  3. or download this
    foo.pl:
         3: carp('boo');    # This is line 3
            carp
    # use Carp                qw< carp >;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-23 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found