The YAPC EU in Lisbon is coming. There was a discussion on mailing list about TAXIS in Lisbon.So, here you have some info on a useful site about Lisbon (and about tourism on the whole world):
Useful site:
http://www.virtualtourist.com/travel/Europe/Portugal/Distrito_de_Lisboa/Lisbon-286122/TravelGuide-Lisbon.html
Imagine you have a loop – and in that loop you call a function (sub) – your, or from some module. And imagine that someone by mistake left there “last” statement. What would it do? it will terminate your loop.
for … {
something…;
function();
something… that would not be executed…
};
sub function {
something something…
last; # by mistake, maybe it should be a “return”?
}
For some people it is a WTF, for some it is very logical way , that it should work like.
What do you think about it?
The Perl conference YAPC::EU (Yet Another Perl Conference) is coming – in 42
days!
Tenth Edition of the european Yet Another Perl Conference will be held in Lisbon, Portugal, 3-5 August 2009.
The conference website is here: http://yapceurope2009.org/. There is also wiki and twitter
And I am going to be there http://yapceurope2009.org/ye2009/talk/1896

