On Wed, Dec 10, 2008 at 16:25, Back9 <[EMAIL PROTECTED]> wrote:
> Hello
>
> I need to covert a shell script into a perl and I did what I can do.
> But with some reason under dos command when I run the perl I did not
> get what I expect.
> If I run the shell script under cygwin, it runs well.
snip

I don't see anything glaringly wrong, except that you are not
specifying a path for your executables.  If they are not in your PATH
then the backticks will fail and $signed_license will get nothing.

Could you tell us what you are expecting and what you are seeing?

-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to