Frank McCollum wrote:
> 
> I asked this earlier but got no response, so all that is different is the
> subject.  Surely, there is some one in this group who can answer this
> seemingly simple problem!  -Frank


I responded to your earlier request on 14 Jan. 2002, Message-ID:
<[EMAIL PROTECTED]>.  To reiterate, you have to use _single
quotes_ around the glob pattern.

      chdir "L:/Desks/Agency\ Passthru\ Trading/Reports/";
      $myNewFile =  glob q(*Mortgage\ Market\ Review\ Package*);
      print "$myNewFile\n";



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to