Search results

  1. D

    Using CPAN to install a specific version of a Perl Module?

    I am trying to install a perl module (Date::Manip) through CPAN but I am getting an error that it requires Perl 5.10 or higher. I see that Date::Manip Module Version: 5.56 will work with the version of perl that I have. Can I direct CPAN to download, make and install the older module? If so...
  2. D

    While loop on PHP Object?

    I would like to use a for or while loop instead of foreach to iterate through this object but I can't seem to make it work. The code prints various properties of an event... I would like to use the for / while loop so that I can only print 3 events. The result of the first line is 5. $num =...
Back
Top