RE: Getting date from a file and writing data to a file . . .

2000-12-13 Thread Mike Noel
gt; H54544 2000.12.12 06.15.00 10.254.345.456 And pattern matching: if ($line =~ /H\d+\s(\d{4})\.(\d{2})\.(\d{2})\s(\d{2})\.(\d{2})\.(\d{2})\s(.+)$/) { $year = $1; $mo = $2; $day = $3; $hour = $4; $min = $5; $sec = $6; $ip = $7; } -Mike Noel __ FRE

Problems using OLE/MS Word from CGI environment

2000-12-13 Thread Mike Noel
ior. I have checked the permissions of winword.exe on the server and it shows full access for Everyone. What am I missing or doing wrong? Thanks. -Mike Noel - use CGI; $q = new CGI(); print $q->header(); print "\n"; print "Trying