Help for this page

Select Code to Download


  1. or download this
    sub default
    {
            foreach (@_)
    ...
                    $_ = '' unless (defined($_));
            }
    }
    
  2. or download this
    my $aaa = 'bar';
    my $bbb = 0;
    my $ccc = undef;
    ...
    print "ccc=$ccc\n";
    print "ddd=eee($ddd{eee}) fff($ddd{fff})\n";
    print "iii=@iii\n";