Re: How to 'touch' in Windows

2005-03-10 Thread Bruno Georges
Have a look at: ExtUtils::Command Check ActieState doc. perl -MExtUtils::Command -e touch Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+- | | Maxmelbin Neson (RBIN/EDM3) | |

RE: How to 'touch' in Windows

2005-03-10 Thread Anderson, Mark (Service Delivery)
Why not just use open()? Kind regards, Mark Anderson Service Improvement Programme Level 2, 113 Dundas Street Edinburgh, EH3 5DE Tel: 0131 523 8786 Mob: 07808 826 063 -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Maxmelbin Neson (RBIN/EDM3)

Re: How to 'touch' in Windows

2005-03-10 Thread Chris Wagner
Cygwin provides touch. -- REMEMBER THE WORLD TRADE CENTER ---= WTC 911 =-- ...ne cede males 0100 ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: How to 'touch' in Windows

2005-03-10 Thread Paul Sobey
Title: How to 'touch' in Windows Would this suit you? open FILE, "file"; close FILE; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxmelbin Neson (RBIN/EDM3)Sent: 10 March 2005 12:43To: perl-win32-users@listserv.ActiveState.comSubject: How to 'touch' in Windows Hi,