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.

how to practice PERL language

Status
Not open for further replies.

rakesh_aadhimoolam

Full Member level 4
Joined
Mar 14, 2006
Messages
206
Helped
19
Reputation
38
Reaction score
2
Trophy points
1,298
Activity points
2,751
hello

how to practice PERL language

anyone knows about such please help me.....

thanks
 

Try to use the perl to write scripts in your work environment.
 

I am currently going through this document "Perl in 21 Days". You may find this useful.
 

Yes... best way to start is to pick up a PERL book and start reading. Once u start doing that try to implement it someway.

You can try to automate your daily work... writing testcases ... or running testcases.... etc. That will help u improve and learn...

Best Regards,
Harish
https://hdlplanet.tripod.com
https://groups.yahoo.com/group/hdlplanet
 

We just use some simple perl script, if you system isn't complex, you just need to some basic perl.
 

try out various types of scripts related to various different categories.
 

I'm interested in learning perl too.. but don't have enough points to download it yet.. ha ha.. well, will post more reply to earn points
 

Try this document (Teach yourself perl in 21 days.pdf)

h**p//www.me.mtu.edu/~phlee/Teach%20Yourself%20Perl%205%20in%2021%20Days.pdf
 

Hi mainly perl will be used for pattern matching (regular expression).

First learn #!/usr/local/bin/perl
open and close files
pattern matching
$_ $ / and &_ (perl built variables)

I hope this may helped u.
 

perl is very useful for grepping and parsing the number of files ,
This is basically used for automation purpose .
Say , suppose you are having 5 tools this has to run continuosly 100 times , using perl u can do it.

This will reduce u r manual effort

If u want some more things let me know.
my e-mail id is raojagan2@gmail.com

Jagannathrao
 

O'Reilley series books are really great....
like
perl cookbook
learning perl


all are available in this forum, just try to find out
 

Can I use Perl scripts on Windows operation system directly or only by emulating UNIX-system?
 

ref it
**broken link removed**

for all doc
**broken link removed**
 

Thanks a lot. it is a very good place.
 

you can search in www.rapidshared.org[/url]
 

Hi ,
On Windows, you also can practice this PERL.

Try google it, and i have ever used it..

More important thing is what you needed to simplify in your work or in your life..

:eek:
 

Perl is my best friend at work! It helps me a lot! So go for it!!!
If you are using a windows env, install cygwin, it comes along with perl.
cheers
 

TCL/TK is also a good language for EDA
 

Hi everyone !
Err ... is there somethin' like "tcl/tk in 21 days" ???
Please help !!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top