in reply to Re: CGI.pm being funny?
in thread CGI.pm checkbox problem?
Is working for me just fine. Perhaps it is only still working for backward compatibility?my $tmp = $,; $, = "<br>\n"; print $q->checkbox_group ( -name=>'predefined', -values=>@predefined, -defaults=>param('predefined'), ), $q->submit(-name=>'submit', -value=>'preview'), $q->end_form; $, = $tmp; # return output field separator to it's original value.
For my past employer(s), upgrading software was never up to me (read: "everything had to be standard, and their standards were far behind" or "get slapped if you try to do something different/better").<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CGI.pm being funny?
by rchiav (Deacon) on Feb 06, 2002 at 05:52 UTC |