On 9/10/07, Paul Lalli <[EMAIL PROTECTED]> wrote:
snip
> The above is also using the qw// operator, using < and > as the
> delimiters. This creates a list of single quoted strings. So if the
snip
And the reason I chose <> is that in Perl 6 qw// is will be replaced
by the diamond operator*. Also
On Sep 10, 1:18 pm, [EMAIL PROTECTED] (Mathew Snyder) wrote:
> Thanks. But I'm confused by
>
> > my %start; @start{qw} = split /\//, shift;
> > my %end; @end{qw} = split /\//, shift;
>
> What's happening here?
Quite a bit, actually. Let's go right to left. First, shift()
without an argument
Chas Owens wrote:
> On 9/10/07, Mathew Snyder <[EMAIL PROTECTED]> wrote:
>> I have a script which has to be manually edited to run for a span of days.
>> When
>> these days are over several weeks it can be clearly tedious to enter dates in
>> -mm-dd format. I've decided to set it up to ask f
erstein [mailto:[EMAIL PROTECTED]
> Sent: 10 September 2007 14:33
> To: 'Mathew Snyder'; 'Perl Beginners'
> Subject: AW: User input: dates spanning multiple months
>
> First I would use unix internal time format(epochen).
> And I would use Date-Calc (search.cpan.org/d
On Sep 10, 7:18 am, [EMAIL PROTECTED] (Mathew Snyder) wrote:
> I have a script which has to be manually edited to run for a span of days.
> When
> these days are over several weeks it can be clearly tedious to enter dates in
> -mm-dd format. I've decided to set it up to ask for user input.
>
-
From: Angerstein [mailto:[EMAIL PROTECTED]
Sent: 10 September 2007 14:33
To: 'Mathew Snyder'; 'Perl Beginners'
Subject: AW: User input: dates spanning multiple months
First I would use unix internal time format(epochen).
And I would use Date-Calc (search.cpan.org/dist/Date-Calc
http://www.unix.org.ua/orelly/perl/cookbook/ch03_06.htm
-Original Message-
From: Angerstein [mailto:[EMAIL PROTECTED]
Sent: 10 September 2007 14:33
To: 'Mathew Snyder'; 'Perl Beginners'
Subject: AW: User input: dates spanning multiple months
First I would use unix
Snyder [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 10. September 2007 13:18
An: Perl Beginners
Betreff: User input: dates spanning multiple months
I have a script which has to be manually edited to run for a span of
days. When these days are over several weeks it can be clearly tedious
to enter
On 9/10/07, Mathew Snyder <[EMAIL PROTECTED]> wrote:
> I have a script which has to be manually edited to run for a span of days.
> When
> these days are over several weeks it can be clearly tedious to enter dates in
> -mm-dd format. I've decided to set it up to ask for user input.
>
> What
I have a script which has to be manually edited to run for a span of days. When
these days are over several weeks it can be clearly tedious to enter dates in
-mm-dd format. I've decided to set it up to ask for user input.
What I need is some input on is how to make it create the array for al
10 matches
Mail list logo