source: tags/unix/20081113/deleteopen.pl @ 216

Last change on this file since 216 was 191, checked in by nanardon, 16 years ago
  • begin UNIX talk
File size: 86 bytes
Line 
1open(my $handle, '>', '/tmp/opened');
2unlink('/tmp/opened');
3<STDIN>;
4close($handle);
Note: See TracBrowser for help on using the repository browser.