On Tue, Feb 21, 2006 at 12:22:39PM +0100, Adriano Allora wrote:
> opendir(QUERY,
> "/Users/adrianoallora/Sites/corpora/VALICO/indici_testa/") or $errtex =
> $!;
So you set a variable if the directory couldn't be opened ...
> @interrogabili = readdir(QUERY);
... but then carry on and try to rea
Adriano Allora wrote:
> Hi all,
>
> I need to obtain some values (passed with a form) without knowing their
> names (but I know these variable names correspond to names of some files.
>
> So, I tried to write something like this:
>
> opendir(QUERY,
> "/Users/adrianoallora/Sites/corpora/VALICO/i
Hi all,
I need to obtain some values (passed with a form) without knowing their
names (but I know these variable names correspond to names of some
files.
So, I tried to write something like this:
opendir(QUERY,
"/Users/adrianoallora/Sites/corpora/VALICO/indici_testa/") or $errtex =
$!;
@