in reply to Brain Teaser
print //; # pattern-match an empty string. result: 1 print \\//; # ref to ref to variable holding 1 (1) print \\\//; # ref to ref to ref to variable holding 1 (2) print \\///\\\//; # print (1) / (2)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Brain Teaser
by srawls (Friar) on Jun 10, 2001 at 23:10 UTC | |
by nysus (Parson) on Jun 10, 2001 at 23:24 UTC |