Well, the votes seem to be in[1]. Numbered footnotes won in a
landslide with 12 votes out of 15.
1. http://spreadsheets.google.com/ccc?key=pRaU6ZSlzvAW13MW_-FZjfQ
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
--
To unsubscribe, e-mail: begin
I personally enjoy reading all your post but I think star is better than numberS
-Original Message-
From: "Chas. Owens"
Date: Mon, 16 Mar 2009 00:38:28
To: Perl Beginners
Subject: I am considering changing my footnote style.
As many of you have probably noticed, I am addicted* to footn
On Tue Mar 31 2009 @ 11:08, Octavian Râşniţă wrote:
> Do you know if du has a parameter that lets us see the size of the files
> from chosen directories?
>
> I've seen that it shows the disk usage only.
>From man du:
-a, --all
write counts for all files, not just directorie
To: "Lauri Nikkinen"
On 04/03/2009, Lauri Nikkinen wrote:
And I would like to write to script which prints into STDOUT (=cmd
screen)
all the directories in this folder (C:\Perl\) and and their size. So the
out
put should look like this:
Directory bin: size xxx megabytes
Directory cpan: size
On 04/03/2009, Lauri Nikkinen wrote:
> And I would like to write to script which prints into STDOUT (=cmd screen)
> all the directories in this folder (C:\Perl\) and and their size. So the out
> put should look like this:
>
> Directory bin: size xxx megabytes
> Directory cpan: size xxx megabytes
>
On Tue, Mar 31, 2009 at 13:16, Thomas H. George wrote:
> On Tue, Mar 31, 2009 at 12:17:24PM -0400, Chas. Owens wrote:
>> On Tue, Mar 31, 2009 at 11:27, Thomas H. George wrote:
>> > I have tried a dozen different ways but can't retrieve an item from a
>> > list box. With a cursor
> left clicked
>
On Tue, Mar 31, 2009 at 12:17:24PM -0400, Chas. Owens wrote:
> On Tue, Mar 31, 2009 at 11:27, Thomas H. George wrote:
> > I have tried a dozen different ways but can't retrieve an item from a
> > list box. With a cursor
left clicked
> > on the item it is highlighted (= active?) but
> > code such
On Tue, Mar 31, 2009 at 11:27, Thomas H. George wrote:
> I have tried a dozen different ways but can't retrieve an item from a
> list box. With a cursor on the item it is highlighted (= active?) but
> code such as
>
> $selected = $lbox -> get('active');
> print $selected;
>
> prints the last item
Richard Hobson wrote:
Hi,
Hello,
Please be patient with this beginner. I have a subrouting as follows,
that prints out an ASCII representation of chess board
sub display_board {
foreach (0..7) {
my $ref = @_[$_];
That should be:
my $ref = $_[$_];
Or better:
f
On Tue Mar 31 2009 @ 3:32, Richard Hobson wrote:
> It works, but is there a way of combining these lines:
>
> my $piece = $ref->[$_];
> $piece =~ /.*(..$)/;
>
> It feels like this could be done in one step. Is this correct? I'm
> finding that I'm d
I have tried a dozen different ways but can't retrieve an item from a
list box. With a cursor on the item it is highlighted (= active?) but
code such as
$selected = $lbox -> get('active');
print $selected;
prints the last item in the list.
What am I doing wrong?
--
To unsubscribe, e-mail: be
Hi,
Please be patient with this beginner. I have a subrouting as follows,
that prints out an ASCII representation of chess board
sub display_board {
foreach (0..7) {
my $ref = @_[$_];
foreach (0..7) {
my $piece = $ref->[$_];
12 matches
Mail list logo