Hi all,

I have basic knowledge on perl concepts ...

Now i am assigned with a task to automate software build installation process on windows

please guide me in the following

1.what are the documents to refer for example scripts on automation
2.Should i have to install any thing else than active perl.

i know ,to automate, Perl code should be interactive, i have no clue to make it interactive...!!:(

please guid me on this.

Recommended Answers

All 2 Replies

1. you are refer the perl function perldoc -f [function name]
example >perldoc -f length

2. you need install the PDK (perl developer kits)
then you will build the .pl to .exe

1. you are refer the perl function perldoc -f [function name]
example >perldoc -f length

2. you need install the PDK (perl developer kits)
then you will build the .pl to .exe

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.