#!/usr/bin/perl use strict; use CGI; my $q = CGI->new(); print "$CGI::VERSION\n"; print $q->br."\n"; # and it output this: 2.91