Help for this page

Select Code to Download


  1. or download this
    perl -MModule::ScanDeps -e"print $Module::ScanDeps::VERSION"
    1.23
    
  2. or download this
    use utf8; use strict; use List::Util qw(max); use Date::Calc qw(Delta_
    +Days); use 42;
    
  3. or download this
    scandeps use_on_one_line_42_at_end.pl
    'Portable'                      => '1.22',
    ...
    'File::HomeDir::Driver'         => '1.00',
    'Math::BigInt::GMP'             => '1.6003',
    'Math::BigInt::LTM'             => '0.044',
    
  4. or download this
    scandeps -e"use 5.022; use Date::Calc"
    scandeps -e"use Date::Calc; use 5.022"
    
  5. or download this
    scandeps -e"use 5.009; use Date::Calc"
    scandeps -e"use 4; use Date::Calc"
    
  6. or download this
    scandeps -e"use 5.009;"
    No modules found!