Help for this page

Select Code to Download


  1. or download this
    $ cd /some/base/work/dir
    $ mkdir DateTime
    $ cd DateTime
    
  2. or download this
    $ wget http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.
    +41.tar.gz
    $ tar zxvf DateTime-1.41.tar.gz > DateTime-1.41.INSTALL 2>&1
    $ view DateTime-1.41.INSTALL  # Check there's no errors
    $ cd DateTime-1.41
    
  3. or download this
    $ view README  # That's "README.md" for this distro
    $ view INSTALL
    
  4. or download this
    $ cd lib
    $ vi DateTime.pm
    
  5. or download this
    $ cd ../t
    $ vi new_test.t
    
  6. or download this
    $ cd ..
    $ perl Makefile.PL
    $ make
    $ make test
    
  7. or download this
    $ make realclean
    $ # ... repeat commands already shown ...