Re: I need to "touch" a binary file

2001-07-11 Thread Stephen P. Potter
Lightning flashed, thunder crashed and "Bob Bondi" <[EMAIL PROTECTED]> w hispered: | So, simple on Unix/Linux! Are there any solutions via Perl to "touch" a | binary file? Unix doesn't differentiate between different types of files. They are all just files. Perl is the same way. Do you want to

Re: I need to "touch" a binary file

2001-07-11 Thread Steve Mayer
Bob, perldoc -f binmode Steve On Wed, Jul 11, 2001 at 05:26:49PM -0700, Bob Bondi wrote: > So, simple on Unix/Linux! Are there any solutions via Perl to "touch" a > binary file? = Steve Mayer Oracle Corpo

I need to "touch" a binary file

2001-07-11 Thread Bob Bondi
So, simple on Unix/Linux! Are there any solutions via Perl to "touch" a binary file?