glob question
- From: s99999999s2003@xxxxxxxxx
- Date: 28 Jul 2005 20:25:30 -0700
hi
i have a piece of perl code like this
....
print "$globbed\n" ; # this output gives *.txt
process($globbed);
....
sub process {
my $pattern = $_[0];
while ( glob $pattern ) {
....
}
}
when the sub process is executed, i have an error
" glob failed (child exited with status 1) "
thanks very much for any help rendered :-)
.
- Prev by Date: Re: Help with split using multiple delimiters
- Next by Date: DBD:Pg unable to connect as CGI process -- could not create socket
- Previous by thread: DBI MySQL Use Another DB Without Disconnecting
- Next by thread: DBD:Pg unable to connect as CGI process -- could not create socket
- Index(es):