Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
    /
    ...
    };
    __DATA__
    Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA"
    + _
    
  2. or download this
    while (<DATA>) {
    print;
    ...
    
    __DATA__
    Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA"