Title: RE: Installation

> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\Documents and Settings\Administrator>perl example.pl
> Can't open perl script "example.pl": No such file or directory
>
> C:\Documents and Settings\Administrator>dir example.pl
> Volume in drive C has no label.
> Volume Serial Number is 544F-47C8
>
> Directory of C:\Documents and Settings\Administrator
>
> File Not Found
>
> Output above is what i get. Thanks for ur help.

Well, the problem is that the script file that you're trying
to run (example.pl) doesn't exist.  Create the script file
first, then use perl to run it.

I'd suggest that you refer to the docs that installed with
ActiveState Perl, specifically "Table of Contents | Getting
Started | Gettings Started | Getting Started on Windows".

Greg S.

Reply via email to