Help for this page

Select Code to Download


  1. or download this
    $str1 = "But I think the device doesn't allow writes or something and 
    +that's causing this issue.";
    $str2 = "But I think the device allow writes or something and that's c
    +ausing this issue.";
    
  2. or download this
    open (FHH, ">error.txt")|| die $!;
    $str1 = "But I think the device doesn't allow writes or something and 
    +that's causing this issue.";
    ...
       }
         
    }