Help for this page

Select Code to Download


  1. or download this
    eval "require $backend; $backend->import(); return 1;";
    
  2. or download this
    eval "require $backend; $backend->import(); return 1;" or die $@;
    
  3. or download this
    perl -E'require Date::Manip; say $INC{"Date/Manip.pm"};'