From: Jarkko Hietaniemi Date: Sat, 5 Jul 2003 13:46:05 +0000 (+0000) Subject: Be explicit about the $0 pain in Linux 2.2. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c80e248047022d726c15184b066c0b4eff184abe;p=p5sagit%2Fp5-mst-13.2.git Be explicit about the $0 pain in Linux 2.2. p4raw-id: //depot/perl@20012 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 43e1468..baa0d82 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -854,7 +854,8 @@ space occupied by the original C<$0>. In some platforms there may be arbitrary amount of padding, for example space characters, after the modified name as shown by C. In some platforms this padding may extend all the way to the original -length of the argument area, no matter what you do. +length of the argument area, no matter what you do (this is the case +for example with Linux 2.2). Note for BSD users: setting C<$0> does not completely remove "perl" from the ps(1) output. For example, setting C<$0> to C<"foobar"> may