How to install PERL on windows and How to run PERL script on windows

Strawberry PERL is the best option for windows




1. To download PERL for windows click here

2. Download 32 bit or 64 bit based on your OS

3. After installation open command prompt

     ( click Windows + R  then type cmd )



4. To check whether perl is properly installed
       type  perl -v




To run any perl script on windows

1. Write any perl program in using notepad
    for example 

     #!/usr/bin/perl
     print "Hello There"

2. save it using filename.pl

3. in command prompt type following

   perl  filename.pl
   


Make sure to give perl program with full path.




Item in : PERL SCRIPT strawberry perl

SHARE

VLSI ASIC

  • Image
  • Image
  • Image
  • Image
  • Image

0 comments:

Post a Comment