przytulaguy
Technical User
I am using this
use strict
$var1=0
$handle="DEL".$var1
I wanted to use
opendir($hanle,"xxxxx") or die ....
..
I get Can't use string ("DEL0") as a symbol ref while "strict refs"
Is there a way to use a variable instead of a fix DIRHANDLE as I want to open multi handles and do not know in advance how many ?
Thanks for all info
Best Regards, Guy Przytula
use strict
$var1=0
$handle="DEL".$var1
I wanted to use
opendir($hanle,"xxxxx") or die ....
..
I get Can't use string ("DEL0") as a symbol ref while "strict refs"
Is there a way to use a variable instead of a fix DIRHANDLE as I want to open multi handles and do not know in advance how many ?
Thanks for all info
Best Regards, Guy Przytula