in reply to Re^3: Strip first name from string
in thread Strip first name from string
my $foo = sprintf ...; print "$foo\n";
So print sprintf ...
Its kinda like using qq{} and q{} for oneliners --- makes the readers life more copy/paste and less editing :)
Just my impression
|
|---|