Hello All,
When I make a call
my @list = glob("*.java");it works fine.
but when I do a
my $dir = shift; my @list = glob("$dir/*.java");
and call my program like
perl lc.pl "c:/program files/my apps/java"I do not get any file list.
does the glob function accept directory names with spaces?
regards,
Abhishek.
Edited: ~Mon Sep 16 16:39:07 2002 (GMT) by footpad: Added <code> tags, per Consideration
In reply to globing directory names with spaces by abhishes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |