At 11:03 2002-03-20 -0800, William R Ward wrote: > $var = `cat $file`; >+ >+(Windows users, substitute "type" instead of "cat" in this example.)
Does that do the right thing when that's a binary file? Semi-related question: Once we have automagical encoding recognition discipline on non-binary handles, will that apply to `foo` things too? -- Sean M. Burke [EMAIL PROTECTED] http://www.spinn.net/~sburke/
