{"id":13779677,"url":"https://github.com/hideo55/node-perl","last_synced_at":"2025-10-29T22:01:47.498Z","repository":{"id":1392956,"uuid":"1385139","full_name":"hideo55/node-perl","owner":"hideo55","description":"Embeded perl interpreter for node.js","archived":false,"fork":false,"pushed_at":"2012-04-07T02:16:00.000Z","size":159,"stargazers_count":19,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-03T18:14:17.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hideo55.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-19T03:24:00.000Z","updated_at":"2024-01-04T21:18:57.000Z","dependencies_parsed_at":"2022-07-07T01:32:34.169Z","dependency_job_id":null,"html_url":"https://github.com/hideo55/node-perl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideo55%2Fnode-perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideo55%2Fnode-perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideo55%2Fnode-perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideo55%2Fnode-perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hideo55","download_url":"https://codeload.github.com/hideo55/node-perl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056723,"owners_count":17414191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:07.950Z","updated_at":"2025-10-29T22:01:47.380Z","avatar_url":"https://github.com/hideo55.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"node-perl\n=========\n\nEmbed Perl interpreter for node.js\n\n## Install\n\n    #\u003egit clone git://github.com/hideo55/node-perl.git\n    #\u003ecd node-perl\n    #\u003enode-waf configure\n    #\u003enode-waf build\n    #\u003enode-waf install\n\n## Tutorial\n\n    var Perl = require('perl').Perl();\n    var perl = new Perl();\n\n    perl.Run({\n\t    opts : [\"-Mfeature=say\",\"-e\",\"say 'Hello world'\"]\n    }, function(out,err){\n\t    console.log(out);\n    });\n\n    perl.Run({\n\t    script : 'example.pl',\n\t    args : ['foo', 'bar']\n    });\n\n## API\n\n### Run(options,[callback])\n\n## License\n\nnode-perl is licensed under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideo55%2Fnode-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhideo55%2Fnode-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideo55%2Fnode-perl/lists"}