Differences
This shows you the differences between the selected revisions of the page.
2012-03-02 | 2012-03-05 | ||
removing empty line (martin) | Add import of switch feature (brablc) | ||
Line 48: | Line 48: | ||
See following code snippet: | See following code snippet: | ||
<code perl> | <code perl> | ||
+ | use feature qw(switch); # in order to use give | ||
+ | |||
sub session_Events() | sub session_Events() | ||
{ | { |