Shlomi Fish writes:
> Hi Lee,
>
> On Sun, 23 Jun 2013 04:43:58 +0200
> lee wrote:
>
>> James Alton writes:
>>
>> > lee,
>> >
>> > You have a post statement if and then a code block. You can only use one of
>> > two forms:
>> >
>> > print "test" if $color eq "blue"; #no parenthesis required
>>
On Sun, Jun 23, 2013 at 10:37 AM, Shlomi Fish wrote:
> Hi Tim,
>
> On Sun, 23 Jun 2013 10:21:58 +0100
> timothy adigun <2teezp...@gmail.com> wrote:
>
> > Hi Shlomi,
> >
> >
> > On Sun, Jun 23, 2013 at 10:02 AM, Shlomi Fish >wrote:
> >
> > > Hi Tim,
> > >
> > > just a note.
> > >
> > > On Sun, 23
Hi Tim,
On Sun, 23 Jun 2013 10:21:58 +0100
timothy adigun <2teezp...@gmail.com> wrote:
> Hi Shlomi,
>
>
> On Sun, Jun 23, 2013 at 10:02 AM, Shlomi Fish wrote:
>
> > Hi Tim,
> >
> > just a note.
> >
> > On Sun, 23 Jun 2013 09:39:48 +0100
> > timothy adigun <2teezp...@gmail.com> wrote:
> >
> > >
Hi Shlomi,
On Sun, Jun 23, 2013 at 10:02 AM, Shlomi Fish wrote:
> Hi Tim,
>
> just a note.
>
> On Sun, 23 Jun 2013 09:39:48 +0100
> timothy adigun <2teezp...@gmail.com> wrote:
>
> > Hi lee,
> > Please, check my comment below:
> >
> > On Sun, Jun 23, 2013 at 3:43 AM, lee wrote:
> >
> > > James A
Hi Tim,
just a note.
On Sun, 23 Jun 2013 09:39:48 +0100
timothy adigun <2teezp...@gmail.com> wrote:
> Hi lee,
> Please, check my comment below:
>
> On Sun, Jun 23, 2013 at 3:43 AM, lee wrote:
>
> > James Alton writes:
> >
> > > lee,
> > >
> > > You have a post statement if and then a code bl
Hi ,
On Sun, Jun 23, 2013 at 9:39 AM, timothy adigun <2teezp...@gmail.com> wrote:
> Hi lee,
> Please, check my comment below:
>
> On Sun, Jun 23, 2013 at 3:43 AM, lee wrote:
>
>> James Alton writes:
>>
>> > lee,
>> >
>> > You have a post statement if and then a code block. You can only use
>> on
Hi lee,
Please, check my comment below:
On Sun, Jun 23, 2013 at 3:43 AM, lee wrote:
> James Alton writes:
>
> > lee,
> >
> > You have a post statement if and then a code block. You can only use one
> of
> > two forms:
> >
> > print "test" if $color eq "blue"; #no parenthesis required
> > if($co
Hi Lee,
On Sun, 23 Jun 2013 04:43:58 +0200
lee wrote:
> James Alton writes:
>
> > lee,
> >
> > You have a post statement if and then a code block. You can only use one of
> > two forms:
> >
> > print "test" if $color eq "blue"; #no parenthesis required
> > if($color eq "blue"){print "test";}
>