B bmoorbruins93 New member Jun 24, 2009 #1 I need to learn Perl, the programming language. I have installed Strawberry Perl, what do I do now? I'm running Vista, by the way.
I need to learn Perl, the programming language. I have installed Strawberry Perl, what do I do now? I'm running Vista, by the way.
W WHAT? New member Jun 24, 2009 #2 Click the Windows logo (start button) and type 'cmd' in the search box and hit enter. In the command prompt type this: perl -version If you have a successful install you'll get some text with some Perl information. Now write some perl scripts and type this: perl MyPerlFile.pl And voila! It works
Click the Windows logo (start button) and type 'cmd' in the search box and hit enter. In the command prompt type this: perl -version If you have a successful install you'll get some text with some Perl information. Now write some perl scripts and type this: perl MyPerlFile.pl And voila! It works