Raising error early

2007-10-01 Thread embperl
Hi, In order to do some tracking on the PDF downloaded on our site, I have modified my _base.epl and send the file "by hand" : if (open(PDF,$ENV{DOCUMENT_ROOT}.$ENV{SCRIPT_NAME})) { $http_headers_out{'Content-type'}='application/pdf'; $http_headers_out{'Content-Disposition'}='attachment; fil

RE: Re: $cnt doesn't work for me as advertised

2007-10-01 Thread Todd White
Thank you, Gerald! That work-around works perfectly! Here is the link to prove it: http://www.merit.edu/~tmwhite/test/cnt.epl And here is the updated code that now works exactly as I need: ### $cnt test [- $maxcol = 3; -] [+ $m