develooper Front page | perl.perl5.porters | Postings from September 2009

[perl #69248] about latest strawberry perl on win32

Thread Next
From:
feng feng
Date:
September 20, 2009 05:23
Subject:
[perl #69248] about latest strawberry perl on win32
Message ID:
rt-3.6.HEAD-21832-1253411371-922.69248-75-0@perl.org
# New Ticket Created by  feng feng 
# Please include the string:  [perl #69248]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69248 >


I find the lastest straw berry perl on win32 couldn't support @ARGV in some
cond
itions,
forexample, I type the file
#!perl
#file1.pl
while (<>) {
  print "$_\n";
}

when I type the command "file1.pl data.txt".It could't work,It wait for
stdin fr
om keyboard.
But when I have to type the command "perl file1.pl data.txt".It can work
really.
There is all ok in activate perl.

I wonder why.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About