Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts
Log In
Found the internet!
Create an account to follow your favorite communities and start taking part in conversations.
Posts
Communities

Posts about Perl

Subreddit Icon
r/perl
16.1k members
The Perl Programming Language
Visit
Subreddit Icon
r/PerlDropSuwako
116 members
Hey there. If you found this then that means your a fan of PerlDrop. In this sub we talk about PerlDrop and the spritesplit universe. We can also talk about anything touhou related.
Visit
r/usefulscripts
31.7k members
Bash, batch, powershell, perl etc...
Visit
Subreddit Icon
r/rakulang
1.3k members
A place for all things related to the Raku® Programming Language—an open source, gradually typed, Unicode-ready, concurrency friendly programming language made for at least the next hundred years. Please join us, for programming should be optimized for Fun *and* Profit!
Visit
Subreddit Icon
r/bioinformatics
89.9k members
## A subreddit to discuss the intersection of computers and biology. ------ A subreddit dedicated to bioinformatics, computational genomics and systems biology.
Visit
Subreddit Icon
r/ProgrammingLanguages
88.2k members
This subreddit is dedicated to the theory, design and implementation of programming languages.
Visit
Subreddit Icon
r/sysadmin
799k members
A reddit dedicated to the profession of Computer System Administration.
Visit
Subreddit Icon
r/Perlaa05
36 members
Everything perlaa05
Visit
Subreddit Icon
r/forhire
312k members
Some redditors are skilled professionals, some redditors need skilled professionals. Scroll down for general information and our rules. Please read through these carefully, as breaking them can be a bannable offense.
Visit
Subreddit Icon
r/adventofcode
90.0k members
Advent of Code is an annual Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
Visit
Subreddit Icon
r/touhou
132k members
Girls are now preparing, please wait warmly and have some tea. This subreddit is devoted to sharing the wonderful Touhou series with the Reddit community. [**Where to get started with Touhou**](https://redd.it/yt87b4)
Visit
Subreddit Icon
r/HITsWorthTurkingFor
88.0k members
HWTF is a subreddit dedicated to posting links to good paying tasks, called HITs (Human Intelligence Tasks), that are available to be completed on Amazon's crowdsourcing service - Amazon Mechanical Turk.
Visit
Subreddit Icon
r/ImaginaryCharacters
243k members
*Pictorial* art of characters from fantasy, sci-fi, history, or other fiction. Armored warriors, powerful wizards, deadly ninjas, intrepid archaeologists, starfighter pilots, badass gunslingers: all are welcome. If it's awesome, fantastic, and human (or anything even close), submit it here!
Visit
Subreddit Icon
r/stevenuniverse
350k members
The number 1 subreddit for Steven Universe. Come obsess over gay space rocks with us.
Visit
r/perlamt
722 members
Welcome to r/perlamt
Visit
r/Perler
789 members
A place to post all perler, hama, or bead creations. Programs can also go here, as well as tips or tricks in helping your fellow creators.
Visit
Subreddit Icon
r/netsec
475k members
/r/netsec is a community-curated aggregator of technical information security content. Our mission is to extract signal from the noise — to provide value to security practitioners, students, researchers, and hackers everywhere. ‎
Visit
r/PerlaMontemayor
560 members
Sub dedicated to the baddest weather anchor and certified health/fitness coach
Visit
r/ImaginaryLandscapes
719k members
This reddit community is for submitting your favourite digital or natural media **pictorial** creations of landscapes or scenery. They must be original creations, not photographs of already-existing places. Overgrown jungles, barren planets, futuristic cityscapes, or interiors, are just some examples of what is expected. Yes, you can submit drawings of your own imaginary landscapes. Please accredit the artist by their real name.
Visit
Subreddit Icon
r/PerlonRecords
32 members
A community dedicated to all things Perlon Records related. Please be respectful and do not post illigal rips or bootlegs. Mixes and YouTube video links are fine to spread the gospel.
Visit
Subreddit Icon
r/webdev
1.6m members
A community dedicated to all things web development: both front-end and back-end. For more design-related questions, try /r/web_design.
Visit
Subreddit Icon
r/todayilearned
31.8m members
You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here.
Visit
Subreddit Icon
r/Gentoo
23.0k members
The place to find relevant information on Gentoo Linux
Visit
r/PerlanProject
34 members
News & discussion about the Perlan Project.
Visit
Subreddit Icon
r/learnpython
716k members
Subreddit for posting questions and asking for general advice about your python code.
Visit
r/tinycode
24.8k members
This subreddit is about minimalistic, often but not always simple implementations of just about everything. tiny code / minimalistic programming / yagni / kiss / dry **TL;DR: Low line count, high quality**
Visit
Subreddit Icon
r/succulents
610k members
Anything and everything about succulent plants, a.k.a. "fat plants," welcome here! Photos, art, growing tips, sales/trades, news, and stories.
Visit
r/programminghorror
311k members
Share strange or straight-up awful code.
Visit
Subreddit Icon
r/ImaginaryWastelands
59.6k members
Paintings and drawings of barren, overgrown, devastated or post apocalyptic landscapes and the characters, tech and monsters found within.
Visit
Subreddit Icon
r/technology
14.3m members
Subreddit dedicated to the news and discussions about the creation and use of technology and its surrounding issues.
Visit
38
Subreddit Icon
Posted by8 days ago
38
45 comments
17
Subreddit Icon
Posted by11 days ago
17
33 comments
1.2k
Subreddit Icon
Posted by1 month ago
1.2k
26 comments
11
Subreddit Icon
Posted by3 days ago
11
16 comments
32
Subreddit Icon
Posted by14 days ago
https://www.reddit.com/link/13yzah7/video/4h166eiq7t3b1/player

Hello fellow Perl enthusiasts,

I am excited to introduce a Perl module I have developed, OpenAIGPT4. This module enables developers to interface seamlessly with the OpenAI GPT-3,4 API, making it easier to generate natural language text.

Here are some of the features:

  • Generate text that sounds like natural language with the OpenAI GPT-3,4 API.

The module can be easily installed from CPAN with either of the following commands:

With CPAN:

cpan OpenAIGPT4 

With CPANM:

cpanm OpenAIGPT4 

To use the module, you'll need an API key from OpenAI's API key page.

Here's a basic example of how to use the module:

use OpenAIGPT4; 
my $gpt = OpenAIGPT4->new('<your_api_key>'); 
my $response = $gpt->generate_text('Hello, how are you?'); 
print $response; 

For more information, check out the OpenAIGPT4 on MetaCPAN.

I hope you find this module useful and I look forward to hearing your feedback!

32
10 comments
19
19
11 comments