Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

:D
 

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top