in reply to MS XP and ARGV
i'm using winxppro, perl 5.6.1. here's my test_cmdline.pl:
which results in:#!/usr/local/bin/perl -w use strict; use diagnostics; $|++; for my $line (@ARGV) { print $line; }
c:\>perl test_cmdline.pl one two three onetwothree c:\>
~Particle ;Þ
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: MS XP and ARGV
by gellyfish (Monsignor) on Mar 05, 2002 at 12:06 UTC | |
|
Re: Re: MS XP and ARGV
by Anonymous Monk on Mar 05, 2002 at 03:54 UTC |