Help for this page

Select Code to Download


  1. or download this
    tar -zxvf GD-1.41.tar.gz 
    cd GD-1.41
    perl Makefile.PL
    make
    make test
    
  2. or download this
     use lib '/home/neil/GD-1.41/blib/lib','/home/neil/GD-1.41/blib/arch';
     use GD;
    
  3. or download this
      BEGIN {
      unshift (@INC, 'directory');
      }