Re: Possibly useful script for Glade users
- From: Sergei Steshenko <sergstesh yahoo com>
- To: Sergei Steshenko <sergstesh yahoo com>, Matthew Braid <ptkperl mdb id au>, gtk-perl-list gnome org
- Subject: Re: Possibly useful script for Glade users
- Date: Wed, 22 Nov 2006 22:14:54 -0800 (PST)
--- Sergei Steshenko <sergstesh yahoo com> wrote:
--- Matthew Braid <ptkperl mdb id au> wrote:
printf("%s %s %s %s\n",
$desc->[1], $desc->[2], $desc->[0], $handler);
:-) - the immortal "C"-school influence on Perl :-)
print $desc->[1], $desc->[2], $desc->[0], $handler, "\n";
would be more Perlish.
Applications From Scratch: http://appsfromscratch.berlios.de/
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
Actually, I should have written
print "$desc->[1], $desc->[2], $desc->[0], $handler\n";
Applications From Scratch: http://appsfromscratch.berlios.de/
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]