Help for this page

Select Code to Download


  1. 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;
    
  2. or download this
    tie (@Card, 'Tie::File', $filecard, mode => O_RDWR ) or die $!;
    
  3. or download this
    No such file or directory at tiefile.pl line 26.