Help for this page
$PROGRAM_NAME $0 Contains the name of the program being executed. ... ""perl: foobar (perl)"". This is an operating system feature.
# test3.pl $0 = "bar" ; while ( 1 ) { 1 } ;