I think undef is a function, therefore should use as: undef $scalar; and not as $scalar = undef;
On Sun, Jul 21, 2013 at 12:43 PM, Dov Levenglick <[email protected]>wrote: > There doesn't appear to be a difference: > http://perldoc.perl.org/functions/undef.html > > בברכה | Best Regards, > דוב לוונגליק | Dov Levenglick > > > On Sun, Jul 21, 2013 at 12:40 PM, Chanan Berler <[email protected]>wrote: > >> Small question: >> >> $name = undef; >> OR >> undef $name; >> >> >> >> >> >> On Mon, Jul 15, 2013 at 12:45 PM, Gabor Szabo <[email protected]> wrote: >> >>> Original by myself, translation by Uri Bruck++. >>> >>> http://he.perlmaven.com/makkrozot-begershayim-interploatzia-ve-escape >>> http://he.perlmaven.com/here-documents-khasufut-meyushanot >>> >>> It would be nice if you checked them out and if you could help sharing >>> them via >>> whatever you means you have. >>> >>> regards >>> Gabor >>> _______________________________________________ >>> Perl mailing list >>> [email protected] >>> http://mail.perl.org.il/mailman/listinfo/perl >>> >> >> >> >> -- >> =================== >> ---- Chanan Berler ---- >> =================== >> >> _______________________________________________ >> Perl mailing list >> [email protected] >> http://mail.perl.org.il/mailman/listinfo/perl >> > > > _______________________________________________ > Perl mailing list > [email protected] > http://mail.perl.org.il/mailman/listinfo/perl > -- =================== ---- Chanan Berler ---- ===================
_______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
