What does the __END__ in Perl signify?

Status
Not open for further replies.

nanda5001

Newbie level 5
Joined
Mar 14, 2007
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,345
Hi everyone
tis is the question regarding PERL
what the __END__ in perl signifies , whether it is the end of the file or what
way we can analyse?

Thanks
 

perl+__end__

You can consider it as end-of-file.

Once the Perl see the __END__, the remaining lines will be skipped.

It provides flexibility to add you comments at the end of file.

 

perl __end__

Learning, Perl reference book needed!
 

Re: Perl __END__

can any one tell me, that, how to create , use perl in testing a 8x8bit multiplier using perl
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…