RegexLexer
# File lib/rouge/lexers/perl.rb, line 12 def self.analyze_text(text) return 1 if text.shebang? 'perl' return 0.4 if text.include? 'my $' end
[Validate]
Generated with the Darkfish Rdoc Generator 2.