Open McA opened 9 years ago
The folowing code let the lexer struggle:
package mypackage; sub get_average { my ($sum, $count) = @_; return($sum / $count); } sub get_ascii_art { my $polizist = q@ , __ _.-"` `'-. /||\'._ __{}_( |||| |'--.__\ | L.( ^_\^ \ .-' | _ | | | )\___/ | \-'`:._] \__/; '-. @; #" } 1;
:weary:
Oh... I'll try to fix !
The folowing code let the lexer struggle: