Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    
        return ($cw, $year);
    }
    
  2. or download this
    % perl Makefile.PL PREFIX=/home/USERNAME/perl-site # set your path acc
    +ordingly
    % make
    % make test
    % make install
    % make clean
    
  3. or download this
    use lib qw( /home/USERNAME/perl-site );