Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: announce missing modules

by jasonk (Parson)
on Feb 23, 2008 at 17:29 UTC ( [id://669758]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MissingModules;
    my %missing = ();
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl 
    use MissingModules;
    ...
    use Baz;
    
    1;
    
  3. or download this
    % perl test.pl
    Please install CPAN modules: cpan -i Bar Baz Foo
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-25 12:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found