We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c41f0 + cf7956e commit 0660c00Copy full SHA for 0660c00
README.md
@@ -2,16 +2,17 @@
2
3
Inline::Python
4
5
-Master (released) branch [](https://travis-ci.org/awwaiid/Inline-Python)
6
-
7
-Develop branch [](https://travis-ci.org/awwaiid/Inline-Python)
+[](https://travis-ci.org/niner/Inline-Python)
8
9
# SYNOPSIS
10
11
```
12
use Inline::Python;
13
my $py = Inline::Python.new();
14
$py.run('print "hello world"');
+
+ # Or
15
+ say EVAL('1+3', :lang<Python>);
16
17
18
# DESCRIPTION
0 commit comments