http://qs321.pair.com?node_id=930646


in reply to Re^2: Convert Shell script to Perl
in thread Convert Shell script to Perl

Please confirm.

What happens when you Try It To See?

Replies are listed 'Best First'.
Re^4: Convert Shell script to Perl
by akrrs7 (Acolyte) on Oct 10, 2011 at 15:11 UTC
    This is my current code:
    use strict; use warnings; $ENV {'LIBDIR'}='$MY_XALANHOME/bin'; $ENV {'LOCALCLASSPATH'}='$ENV{LIBDIR}:/xalan.jar'; $ENV {'LOCALCLASSPATH'}='$ENV{LOCALCLASSPATH}:$ENV{LIBDIR}/xml-apis.ja +r'; $ENV {'LOCALCLASSPATH'}='$ENV{LOCALCLASSPATH}:$ENV{LIBDIR}/xercesImpl. +jar';
    I've commented out the JAVACMD lines. When I run this on the cmd line say - perl a.pl this does not give me any errors. But I should be able to find these env variables in the command window - I cannot. I've also simply tried this on the command line
    perl $ENV{'LIBDIR'}='C:\somefolder';
    I get a message saying - 'Can't open perl script "$ENV":no such file or directory