http://qs1969.pair.com?node_id=219225


in reply to Safe for SQL

On Win* machines, this will work <code> #!perl use strict; use warnings; use Win32; for (0..4) { printf "%s\n", Win32::GuidGen(); }
Rudif