Luke Palmer <[EMAIL PROTECTED]> writes:

>     my $fh = open ">$filename" :excl;

Can we please not name it with a random character generator?  How
about something that communicates what it does in some fashion, at
least well enough to function as a mnemonic?

  my $fh = open $filename :rw :noreplace;
  
If :noreplace is too lengthy, how about :create or :new or :safe or
something?

-- 
$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}}
split//,"[EMAIL PROTECTED]/ --";$\=$ ;-> ();print$/

Reply via email to