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.
> 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 (w
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 th
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 e
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 this is a
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 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 l