Re: Getting perl to recognise imbedded spaces.
Thank you all for your help thus far. LTjake said my code worked for him, so I tried it again and it does work! The code actually runs from a PL2BAT file which is running an old version of Perl 5.005 though, this doesn't work, though 5.6.1 does work. Do you know why? I may need this to work on the old version for distribution to clients.
\\PRIMARY\PERL5005\BIN\perl -x -S "%0" %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
goto endofperl
@rem ';
#!perl -w
$ENV{TYPE}=q("c:\scotts test\type me");
$new_debug_log=q("c:\scotts test\type me.bat");
my $rc = system("$ENV{TYPE} $new_debug_log");
__END__
:endofperl
The short-name lookup didn't appeal, thought very interesting
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.