in reply to Re: MS XP and ARGV
in thread MS XP and ARGV
and it worked as expected. The command line was 'pal.pl * web\*.pgn'.#!/usr/bin/perl use strict; use warnings; for (@ARGV) { for (glob) { print $_,"\n"; } }
–hsm
"Never try to teach a pig to sing…it wastes your time and it annoys the pig."
|
|---|