Re: dinamic table creation with cgi.pm

2011-10-28 Thread Pau Marc Munoz Torres
Hi Shlomi thanks you for your advise, next time i would do it carefully pau 2011/10/28 Shlomi Fish > Hi Pau, > > in addition to what Shawn has written, here are a few comments on your > code: > > On Fri, 28 Oct 2011 15:22:26 +0200 > Pau Marc Munoz Torres wrote: > > > Hi everbody! > > > > I

Re: dinamic table creation with cgi.pm

2011-10-28 Thread Shlomi Fish
Hi Pau, in addition to what Shawn has written, here are a few comments on your code: On Fri, 28 Oct 2011 15:22:26 +0200 Pau Marc Munoz Torres wrote: > Hi everbody! > > I just discovered CGI.pm package and i think it's cool, but i still having > a couple of dubts > > Imagine i got a pice of

Re: dinamic table creation with cgi.pm

2011-10-28 Thread Pau Marc Munoz Torres
thanks! 2011/10/28 Shawn H Corey > On 11-10-28 09:22 AM, Pau Marc Munoz Torres wrote: > >> Hi everbody! >> >> I just discovered CGI.pm package and i think it's cool, but i still >> having >> a couple of dubts >> >> Imagine i got a pice of script like that >> >> use DBI; >> >> use CGI; >> >>

Re: dinamic table creation with cgi.pm

2011-10-28 Thread Shawn H Corey
On 11-10-28 09:22 AM, Pau Marc Munoz Torres wrote: Hi everbody! I just discovered CGI.pm package and i think it's cool, but i still having a couple of dubts Imagine i got a pice of script like that use DBI; use CGI; my $h=new CGI() ; ## some DB connection print $h->header; print