Re: Perl reserved words

2017-04-24 Thread SSC_perl
> On Apr 23, 2017, at 11:51 AM, Shlomi Fish wrote: > > It is not a reserved word of Perl. No idea about MySQL. Must be something in the code then. I’ll try it again and see if it still happens. If so, I’ll make sure to mention the error instead of just saying “it doesn’t work”. ;) T

Re: Perl reserved words

2017-04-23 Thread lee
Shlomi Fish writes: > Hi Frank, > > On Sun, 23 Apr 2017 10:07:56 -0700 > SSC_perl wrote: > >> Is ‘vendor’ a reserved word of some type in either Perl, MySQL, or >> DBM? > > It is not a reserved word of Perl. No idea about MySQL. , | mysql> create database vendor; | Query OK, 1 row a

Re: Perl reserved words

2017-04-23 Thread Shlomi Fish
Hi Frank, On Sun, 23 Apr 2017 10:07:56 -0700 SSC_perl wrote: > Is ‘vendor’ a reserved word of some type in either Perl, MySQL, or > DBM? It is not a reserved word of Perl. No idea about MySQL. > I tried to add a ‘vendor’ field to SurfShop but it didn’t work. I > don’t recall exactly w