Re: Dear Dr Who experts...

2014-10-08 Thread David Matthewman
The hatch isn't in the TARDIS ceiling, but it's from Destiny of the Daleks towards the end of episode 2. I don't have a link, but there might be one. In 'Dalek' (6th story of season 1 of the new series), a Dalek says 'elevate' and then does so. Don't know of a linkable clip, but there might be

Re: Cool/useful short examples of Perl?

2011-06-09 Thread David Matthewman
is the other thing it *might* be expected to do. I just wrote a class to check this. It claims that everything is true (especially the lies), and is called 'Garak', ;-) -- David Matthewman

Re: Cool/useful short examples of Perl?

2011-06-08 Thread David Matthewman
) { # nop } } -- David Matthewman

Re: Cool/useful short examples of Perl?

2011-06-08 Thread David Matthewman
return_truth_by_unless { my $value = shift; unless ($value) { return 'non'; } else { return 'oui'; } } -- David Matthewman

Re: Cool/useful short examples of Perl?

2011-06-08 Thread David Matthewman
' is 'something something_else' then you *really* want to put brackets around it before adding a '!' at the start. But that's so trivial it barely needs saying, yes? -- David Matthewman

Re: Cool/useful short examples of Perl?

2011-06-07 Thread David Matthewman
it as an 'if' with the original code in the new 'else' block. -- David Matthewman