What does this mean '$^0'? tell briefly plse..

Showing Answers 1 - 12 of 12 Answers

loginprompt

  • Jun 20th, 2006
 

It is a formatter, print it in double quotes to see what I mean.

  Was this answer useful?  Yes

Prerna Laad

  • Jul 7th, 2006
 

$^ - Holds the name of the default heading format for the default file handle. Normally, it is equal to the file handle's name with _TOP appended to it.

  Was this answer useful?  Yes

Swapnil

  • Aug 20th, 2006
 

Hi friends,

                According to the book "Perl core language-Little black book" $^0 holds the name of the operating system for which the current perl was built.

Thanks.

Jey

  • Nov 13th, 2006
 

STDOUT_TOP is the output if we print "'$^0" in a console.

  Was this answer useful?  Yes

Yogesh

  • Sep 14th, 2016
 

$^O prints the os name and $^0 prints the default heading format

  Was this answer useful?  Yes

komal

  • Sep 29th, 2016
 

$^0 print OS name

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions