- or download this
# create the file if it does not exist
use Fcntl 'O_RDWR', 'O_CREAT';
tie @array, 'Tie::File', $file, mode => O_RDWR | O_CREA
+T;
- or download this
tie (@Card, 'Tie::File', $filecard, mode => O_RDWR ) or die $!;
- or download this
No such file or directory at tiefile.pl line 26.