Help for this page

Select Code to Download


  1. or download this
    234 324 2323
    232 344 1213
    019 232 343   #delete this line
    344 343 324
    
  2. or download this
    $fil = 'file.txt';
    open(DATA, "$fil") || die "cant open: $!\n";
    ...
    }
    }
    close(DATA);