Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        utime $atime, $mtime, $file;
        chmod $mode & 07777, $file;
    }
    
  2. or download this
    package SVGN;
    
    ...
    }
    
    1;