Help for this page

Select Code to Download


  1. or download this
      zen% perl -wle 'my %hash; sub delete { die "not this one" } delete($
    +hash{key})'
      zen%
    
  2. or download this
      zen% perl -wle 'sub bless { die "not this one" } my $a=bless({});'
      Ambiguous call resolved as CORE::bless(), qualify as such or use & a
    +t -e line 1.
      zen%