Re: Possibly useful script for Glade users




--- 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]