Need help configuring Active Perl on Windows Vista.: Perl Scripting on Windows


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need help configuring Active Perl on Windows Vista.: Perl Scripting on Windows
Prev   Next
# 1  
Old 01-20-2010
Java Need help configuring Active Perl on Windows Vista.: Perl Scripting on Windows

Hi All,

Need help configuring Active Perl on Windows Vista.
I am trying to install Active Perl on Windows Vista.

The version of Active Perl i am trying to install is : ActivePerl 5.10.1 Build 1006

After installing it through cmd, When i try to run perl -v to check the version, i get the following error :
Code:
  Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Users\vabiosis>perl -v
'perl' is not recognized as an internal or external command,
operable program or batch file.

.....


Kindly help if i am doing something wrong...

Thanks & Regards,

Vabiosis

Last edited by Vabiosis; 01-20-2010 at 09:02 AM.. Reason: Active Perl, Windows, Unix
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to find 1 day old file on Windows for Active Perl

How to find 1 day old file on Windows for Active Perl? Is there anyone know the method? If UNIX or LINUX, we can use the "find ...". How to we do for Windows? (4 Replies)
Discussion started by: lcfoo
4 Replies
Login or Register to Ask a Question
vflip(1Vi)																vflip(1Vi)

NAME
vflip - flip an image horizontally and/or vertically SYNOPSIS
vflip [-hor] [-vert] [-option ...] [infile] [outfile] DESCRIPTION
vflip flips images horizontally and/or vertically. A horizontal flip exchanges the left and right sides of an image. A vertical flip exchanges the top and bottom. COMMAND LINE OPTIONS
vflip accepts the following options: -help Prints a message describing options. -in infile Specifies a Vista data file containing the input images. -out outfile Specifies where to write the flipped images as a Vista data file. -horizontal Specifies that a horizontal flip should be performed. -vertical Specifies that a vertical flip should be performed. If both -horizontal and -vertical are specified, the horizontal flip is performed first. If neither is specified, the images are neverthe- less flipped horizontally. SEE ALSO
vrotate(1Vi), vtranspose(1Vi), VImage(3Vi), Vista(7Vi) AUTHOR
Daniel Ko <ko@cs.ubc.ca> Vista Version 1.12 24 April 1993 vflip(1Vi)