Re: proper use of TEMPLATE

2019-04-15 Thread Hal Wigoda
Lazy. (Sent from iPhone, so please accept my apologies in advance for any spelling or grammatical errors.) > On Apr 15, 2019, at 12:49 PM, Andy Bach wrote: > > > unsubscribe > > To unsub (or change your settings) you need to send a msg to the listserv > admin address, not the list itself.

Re: proper use of TEMPLATE

2019-04-15 Thread Andy Bach
> unsubscribe To unsub (or change your settings) you need to send a msg to the listserv admin address, not the list itself. See: https://lists.perl.org/list/beginners.html You can start a subscription for an alternate address, for example "john@host.domain", just add a hyphen and your address

Re: proper use of TEMPLATE

2019-04-15 Thread Thomas von Eyben
unsubscribe On Thu, Mar 14, 2019 at 6:23 PM Rick T wrote: > I’m sure this is a “newbie question,” but I am only a shade above that > status and would appreciate some clarification. > > I have > > use TEMPLATE > > in my code to control whether the attribute > > selected > > appears with one of

Re: proper use of TEMPLATE

2019-03-19 Thread David Precious
On Thu, 14 Mar 2019 12:14:59 -0500 Rick T wrote: > Full Course (1 > credit) > > My code can easily replace the correct var with ‘selected’ and the > other vars on the list with a blank. But what should that blank be? > > Should I make it an empty string, a space, undef, or something else? An

RE: proper use of TEMPLATE

2019-03-15 Thread Duncan Ferguson
Rick, Can you include the actual code you are referring to as from your message I do not yet understand what the issue is Duncs -Original Message- From: Rick T [mailto:p...@reason.net] Sent: 14 March 2019 17:15 To: Perl Beginners Subject: proper use of TEMPLATE I’m sure

Re: proper use of TEMPLATE

2019-03-14 Thread Shlomi Fish
Hi Rick, On Thu, 14 Mar 2019 12:14:59 -0500 Rick T wrote: > I’m sure this is a “newbie question,” but I am only a shade above that status > and would appreciate some clarification. > > I have > > use TEMPLATE > do you mean https://metacpan.org/pod/Template ? > in my code to control whether

proper use of TEMPLATE

2019-03-14 Thread Rick T
I’m sure this is a “newbie question,” but I am only a shade above that status and would appreciate some clarification. I have use TEMPLATE in my code to control whether the attribute selected appears with one of the < options> of the list following in my served html document. Here’s one