Strawberry PERL is the best option for windows
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
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
0 comments:
Post a Comment