Help for this page

Select Code to Download


  1. or download this
    package GD;
    sub BIGFONT () { 35 }
    
  2. or download this
    my $result = BIGFONT + 3;
    
  3. or download this
    my $have_GD = 0;
    BEGIN {
    ...
        $have_GD = 1;
      }
    }