Jump to content

User:Pipesmoker/SyntaxHighlighting: Difference between revisions

From KDE UserBase Wiki
Pipesmoker (talk | contribs)
Created page with "<syntaxhighlight lang="php"> #!/usr/bin/perl use Email::MIME; my $from_language = 'en'; my $to_language = '<translate><!--T:141--> he</translate>'; my $translation_command = "t..."
 
Pipesmoker (talk | contribs)
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="php">
{{Input|1=<syntaxhighlight lang="perl">
#!/usr/bin/perl
#!/usr/bin/perl


Line 5: Line 5:


my $from_language = 'en';
my $from_language = 'en';
my $to_language = '<translate><!--T:141-->
my $to_language = 'he';
he</translate>';
my $translation_command = "translate ";
my $translation_command = "translate ";
my $languages_pair = "-f $from_language -t $to_language";
my $languages_pair = "-f $from_language -t $to_language";
Line 48: Line 47:
}
}
print $email->as_string;
print $email->as_string;
</syntaxhighlight>
</syntaxhighlight>}}

Latest revision as of 11:44, 17 October 2010

'"`UNIQ--syntaxhighlight-00000000-QINU`"'