in reply to Re^3: Problem with CGI::Vars
in thread Problem with CGI::Vars

use CGI qw(:standart); print CGI::header(); print CGI::start_html('Debug'); print CGI::Dump()."aaaaaaaaa
"; exit 1; This CGI script only display 2001-2762 params from range 2001-3000 :-(

Replies are listed 'Best First'.
Re^5: Problem with CGI::Vars
by Anonymous Monk on Jun 06, 2011 at 10:53 UTC
    This CGI script only display 2001-2762 params from range 2001-3000 :-(

    Look, this script prints all 2001-3000

    print 2001 .. 2762;