"Chas Owens" schreef:

> An article would be redundant, we already have Tom Christiansen's
> masterful article "Far More Than Everything You've Ever Wanted to Know
> about Prototypes in Perl"*. [...]
> * http://library.n0i.net/programming/perl/articles/fm_prototypes/

OK, thanks. I presume it is quite enlightening to the interested reader.

It made me read FMTEYvEWtKaPiP again, and I was surprised by the
printf/sprintf difference.

$ perl -wle'
  @a = qw(<%s>%s sometext =?=);
  printf @a;
  print sprintf @a;
__END__
'

which prints:

<sometext>=?=3

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to