Skip to content

Commit

Permalink
make sure backticks appear
Browse files Browse the repository at this point in the history
  • Loading branch information
https://www.google.com/accounts/o8/id?id=AItOawmRozBkjG_CSLU9-PN9-2yLQ0aYt2LFgbk authored and wchristian committed Jul 10, 2014
1 parent 489a3df commit d77b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rejected/learning_perl_6th.mdwn
Expand Up @@ -6,7 +6,7 @@ Learning Perl 6th Edition is a book with a lot of history. Huge parts of its con
* The first filehandles encountered are of the bareword kind. Others have written mounds on why this is not a wise choice and i do not think this should be one of the first things a newbie sees.
* The very first code example touted as a real Perl program is this:<pre>
#!/usr/bin/perl
@lines = `perldoc -u -f atan2`;
@lines = \`perldoc -u -f atan2\`;
foreach (@lines) {
s/\w<([^>]+)>/\U$1/g;
print;
Expand Down

0 comments on commit d77b28e

Please sign in to comment.