Help for this page

Select Code to Download


  1. or download this
    my $result = sysopen my $handle, "abc", O_WRONLY | O_CREAT;
    close $handle;
    ...
    {
      print "------$@------";
    }
    
  2. or download this
    flock() on closed filehandle $handle at ...line ...