Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-8081-

Learning Perl in 2013

Name: Anonymous 2013-01-16 5:04

I'm learning Perl in 2013.

Name: Anonymous 2013-01-16 5:37

>>1
Ha.

Name: Anonymous 2013-01-16 5:44

well done

Name: Anonymous 2013-01-16 6:35

if OP != faggot:
  print "fuck perl learn python"

Name: Anonymous 2013-01-16 6:53

>>4
Obviously you have some more learning to do. faggot would raise a name error. Also, use the print() function, ``please''!

It's more pythonic.

Name: OP 2013-01-16 6:56

Dear >>4

I learned Python in 2005, and have been using it daily ever since.

Name: Anonymous 2013-01-16 6:59

>>6
I'm >>5. Can we have a discussion about why you want to learn Perl? What would motivate you to commit such an act?

I've always been intrigued by its syntax, with those $ and @ and ->, but it just looks like a terrible PHP, which I've recently been using at my job.

It's also slower than the slowest Python implementation, CPython: http://attractivechaos.github.com/plb/

Name: Anonymous 2013-01-16 7:13

>>7
Over the years, I've come to the conclusion that Python sucks for quick one-off hacks that process badly-specified, broken files. It can be done, and I've put up with it for years, but I'm tired of importing this and that and using long sanely-named methods just to do what Perl does with a simple <> or =~ or whatever.

I wouldn't dream of using this mess of a language for anything else, though. Hopefully I don't change my mind about that.

Name: Anonymous 2013-01-16 7:22

imo
python's power: pygtk opencv cython and tons of others
perl's power: CPAN
ps: i may be wrong, i am not python or perl programmer not even newbie, just writing some python time to time.

Name: Anonymous 2013-01-16 7:28

>>9
Why does no one know what PyPI is? http://pypi.python.org/pypi

Name: Anonymous 2013-01-16 7:33

>>9
Why on earth do you feel compelled to express your opinion about things you admit knowing next to nothing about? Do you feel that people are interested in your uninformed opinions, or are you just typing to keep yourself warm?

Name: Anonymous 2013-01-16 7:37

>>11
yes

Name: Anonymous 2013-01-16 7:41

>>11
to see opposing views and other useful things like >>10
why do you faggot bother yourself to type unrelated

Name: Anonymous 2013-01-16 7:57

>>8
Over the years, I've come to the conclusion that Python sucks for quick one-off hacks
That's true, and that's why I wanted to learn it too.

Name: Anonymous 2013-01-16 14:50

Ruby is the new Perl, just FYI. And it's faster than Python according to the latest benchmarks.

Name: OP 2013-01-16 15:13

>>15
I learned Ruby in 2003 and used it regularly until I decided I hated it, and started using Python instead. Not going back there, with all the clueless hipsters now making up most of its `community' since that `Rails' incident. Also, CPAN.

If Ruby is indeed faster than Python these days, I'm quite impressed. Back in 2004 or something, I occasionally had no choice but to disable Ruby GC for some loops because it was so mindbogglingly inefficient.

Anyway, if I need speed, I use CL.

Name: Anonymous 2013-01-16 15:34

>>16

I don't really care about "communities" when it comes to what software I use. I don't plan on hanging out with any of the "Ruby hipsters" any time soon and I'm not the type of person who barges into random IRC channels saying "someone fix my code lol."

IMO Ruby is a good language for ex-Perl users since it has good string handling and pattern matching compared to python and it doesn't have annoyances like FIOC. I haven't done anything with Rails so I can't say anything about that, but plain old Ruby's been a good Perl replacement in the few years I've been using it.

Name: Anonymous 2013-01-16 15:38

>>17
Shalom!

Name: Anonymous 2013-01-16 15:54

>>17
I don't really care about "communities" when it comes to what software I use.
It was quite obvious you were going to say that. Neither do I, when it comes to languages like C, but for things such as Perl, they're crucial. When you need to do x, there's probably a working solution in CPAN ready to be shoehorned into your silly little `program'.

Name: Anonymous 2013-01-16 15:57

>>19

You sound like kind of an idiot. You should stop posting here.

Name: Anonymous 2013-01-16 15:59

>>20
You sound like an autistic misunderstood lone wolf `programmer'. You should post here more.

Name: Anonymous 2013-01-16 16:02

>>You sound like an autistic misunderstood lone wolf `programmer'. You should post here more.

You appear to be new here. Please go back to reddit

Name: Anonymous 2013-01-16 16:04

>>22
>>
Oy vey, back to /g/ please.

Name: Anonymous 2013-01-16 16:06

>>22
new here
I've been here at least since 2006. Have you, asshat?

Name: Anonymous 2013-01-16 16:09

>>24
I've been here at least since 2004.

Name: Anonymous 2013-01-16 16:13

>>25
Well, I'll get my coat.

Name: Anonymous 2013-01-16 16:19

I don't get it. Why do you have to learn it? Type whatever special character you want and you have a Perl program.

Name: Anonymous 2013-01-16 16:26

>>27
That's how I'm doing it, but I still need to figure out which character does what.

Name: Anonymous 2013-01-16 16:35

It will take a long time for perl to die out, if it ever does. Shitty POSIX stuff has a tendency to stick around for decades, even if the only people who use it are bearded hermit wizards living in caves.

Name: Anonymous 2013-01-16 16:44

>>29
It will take a long time for perl to die out, if it ever does.
It's far beyond the point of immortality already.

Shitty POSIX stuff has a tendency to stick around for decades
Worse is better, for better or worse.

Name: Anonymous 2013-01-16 17:07

>>4
OP and faggot have an ``isa'' relationship. If op==faggot, then faggot==OP, meaning every faggot in the universe is OP. Of course, OP could be a faggot just as well as you could be a faggot with you and OP being the same or equal. The correct code for testing for faggotry would be the following:

if not isinstance(you, faggot):
  print "fuck python read sicp"

Name: Anonymous 2013-01-16 17:30

>>31
isinstance
Not pythonic. If you walk() like a faggot and swim() like a faggot and quack() like a faggot, you're a faggot.

Name: Anonymous 2013-01-16 17:38

>>32
Right, so the ``pythonic'' way to test if n is an integer is n==int[code]? I don't think so, CS 101 flunky.

[code]if isinstance(self.post_number, dubs):
   you.check_em()

Name: Anonymous 2013-01-16 17:50

>>33
No, the ``pythonic'' ``way'' is to just use it as an integer. You don't understand the simplest thing about ``Python''.

Name: Anonymous 2013-01-16 17:58

fun fact: anyone who uses words like "pythonic" has zero friends

Name: Anonymous 2013-01-16 18:00

>>35
True, Mr. Alone Forever.

Name: Anonymous 2013-01-16 18:01

>>36
Back to le Reddit, Mr. Schlomo Kikeberg!

Name: Anonymous 2013-01-16 18:16

>>!-1005
Not using C, ATS, AWK, CL or scheme since 1998
Hipsters, general thread.

Name: Anonymous 2013-01-16 18:27

>>38
Try reading the thread for a chance. CL was mentioned in >>16, and C in >>19. BTW, I last wrote AWK this week and it still sucks.

Name: Anonymous 2013-01-16 18:35

>>38
not going back to /g/

Name: Anonymous 2013-01-16 18:42

>>35-36
Fuck off back to Reddit, ``le lol he has no le friends Xd'' shitstains.

Name: Anonymous 2013-01-16 18:55

>>41
LLLLLLLLLLLLLLLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEe\LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
>LE EGIN!
>LE EGIN!

Name: Anonymous 2013-01-16 20:00

>Learning Perl
>2013

le valid quotes face

Name: Anonymous 2013-01-16 20:06

Try reading the thread for a chance.
Done. Where is my chance?

Name: Anonymous 2013-01-19 7:11

Fuck it, I completed "Learning Perl", and I just can't make myself use this crap. I'll stick with Python.

Name: Anonymous 2013-01-20 0:08

restoring...

Name: Anonymous 2013-01-20 6:13

You have to be a Christian nutjob like Larry Wall or Simon Cozens if you want to be good at Perl.

Name: Anonymous 2013-01-20 6:52

>>47
I'm good at Perl, all I need is the reference manual and I can figure out anything.

Name: Anonymous 2013-01-20 7:54

>>48
You can't be a Perl Monk until you accept Jesus the Jew as your lord.

Name: Anonymous 2013-01-20 9:02

>>49 lol, as long as you know the three wise men were persians....

Name: Anonymous 2013-01-20 9:18

wtf you don't need a book to learn perl i just picked up a tutorial and started writing useful programs for my work at the second day. of course learning to do more than just text processing took a little longer but maybe perl is not the right tool for your job.

Name: Anonymous 2013-01-20 9:22

wtf you don't need a book to learn perl i just smashed my fist into the keyboard randomly and started writing useful programs for my work at the first day. of course learning to do more than just text processing took a little longer but maybe perl is not the right tool for your job.

Name: Anonymous 2013-01-20 9:26

wtf you don't need a book to learn perl i just did absolutely nothing and someone else smashed their fist into the keyboard randomly and started writing useful programs for my work at the first day. of course learning to do more than just text processing took a little longer but maybe perl is not the right tool for your job.

Name: Anonymous 2013-01-20 10:28

>>51-53
Welcome to /prog/!
since /prog/ runs on shiitchan, sometimes the updated version is not displayed. Don't dismay, your post isn't gone!
Many browsers feature a cache ignoring force refresh, which can correct this. CTRL-F5 is the keyboard command for this on browsers such as firefox and internet explorer.

I do not know the command for someone using abaco or lynx but there should be a way there as well.

Name: Anonymous 2013-01-20 10:58

wtf you don't need a computer to see beutiful graphics i just picked some mushrooms from the ground and started tripping in my work at the second. of course wanting more than just ṕretty colors took a little longer but maybe allucinating is not the right kind of recreational drug use for you.

Name: Anonymous 2013-01-20 10:59

>>55

Gotcha, Krugrunnur.

Name: Anonymous 2013-01-20 16:08

I read the Documentation and published on my website.
I Recommend for you learn Perl, because is a great prog lang.
My site contains links and information, but only in Portuguese.
Use tradutor: http://tecnux.org/programando-em-perl-parte-final/

Perl Mongers Brazil

Name: Anonymous 2013-01-20 16:10

>>57
Back to brchan.org/prog/

Name: Anonymous 2013-01-20 16:27

>>57
Portuguese is like a retarded French, which is a very retarded language already.

Name: Anonymous 2013-01-20 22:45

>>59
va te faire enculer, connard d'anglo

Name: Anonymous 2013-01-20 22:49

>>60
le butthurt frog

Name: Anonymous 2013-01-21 3:36

>>61
va te faire enculer par un million de ``redditards''

Name: Anonymous 2013-01-21 6:54

>>59
Portuguese and French are both Latin languages.

Name: Anonymous 2013-01-21 10:58

>>9 fuck you bitch

Name: Anonymous 2013-01-21 11:29

>>63
U MENA Romance Languages

That doesn't make them less retarded, though.

Name: Anonymous 2013-01-21 11:34

I can smell that a french anus is starting to bleed. Expect some gibberish.

Name: Anonymous 2013-01-21 12:16

>>66
VA DONC TE FAIRE ENCULER ESPÈCE D'INCULTE ANGLOPHONE ATTARDÉ DE MERDE

Name: Anonymous 2013-01-21 12:16

LE CULE RETARDE DE SHITE LE SNAILE PERFUME ANGLE AMERICANE I LE SPEAKE LIKE E I LE GARGLE LE CUM E

Name: >>66 2013-01-21 12:17

Told you.

Name: Anonymous 2013-01-21 12:26

>>68
va te faire enculer ``faggot''

Name: Anonymous 2013-01-21 12:37

                             '
>2013
>be a proud frenchfag who dont need no americans
>tens of millions of sand niggers invade your country without firing a single bullet
>pretend you love them
>le surrending monkey
ISHYGDDT

Name: Anonymous 2013-01-21 12:46

>>71
Qui te dit que je suis un français vivant en France, connard? Qui te dit que je ne suis pas opposé à l'immigration illégale de millions de ,,sandniggers'' qui n'ont rien à foutre des droits de la personne?

Name: Anonymous 2013-01-21 12:53

He's Canadian guys.

Name: Anonymous 2013-01-21 12:55

>>71
XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

LELELELELELELELELELLLLLLLLLLLEEEEEEEEEEEEEL E/G/IN /G/ENTOO >>>>>>>>>>>>>MEAM QUOTES /G/RO

>>>>>LELELELELE
>>MY LE FACE WHEN LE EL ELE XDDDDDDDDDDDDDDDDD
>39348i45843
>LELELELELEL
>IAFLKSDJFAIMARETARDASDLFAK
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>LEEEEEEEEEELLLLLLLLL
U SUR TROLEDED THEM HARD /G/RO

UP/G/OATS FOR E/G/IN /G/ROFIST

Name: Anonymous 2013-01-21 13:03

>>74
What a peculiar way of writing a post.

Name: Anonymous 2013-01-21 13:13

>>75
What a peculiar way of hinting you're new here.

Name: Anonymous 2013-01-21 13:14

>>73
He's Canadian guys.
Then why is he offended by slurs against French people? Canadians are ok.

Name: Anonymous 2013-01-21 13:20

>>76
What a peculiar way of hinting at your autism.

Name: Anonymous 2013-01-21 13:24

>>73
Parce que les seuls pays où l'on parle le français sont la France et le Canada, évidemment. Et il n'en est pas question qu'un francophone vive dans un pays où l'on ne parle pas le français, et il n'en est absolument pas question que ledit francophone soit plurilingue.

Un amoeba est plus conscient de son environment que l'est un américain du monde.

Name: Anonymous 2013-01-21 13:45

>>79
Are you going to write all your posts in that retarded language? Do you expect us to learn your useless mumbo-jumbo just to communicate with you?

Name: Anonymous 2013-01-21 13:50

>>80
va te faire enculer, connard.

Name: Anonymous 2013-01-21 14:36

>>78
``Autism'' isn't considered an ``ultrae/b/in mehmeh XD'' here, /g/ shitstain.

Name: Anonymous 2013-01-21 14:36

>>80
epel ipinglepes epes upun lepenguapajepe paparapa moponopos. popor epesopo epes tapan popopupulapar.

Name: Anonymous 2013-01-21 14:40

>>82
You must be new here.

Name: jean marie 2013-01-21 14:55

LA FRANCE AUX FRANCOIS

Name: Anonymous 2013-01-21 15:00

>>85
Back to Le Reddit, Yannick.

Name: nègre 2013-01-21 15:08

>>86
Back to nambla.org, yankee scum

Name: Anonymous 2013-01-21 15:14

>>87
As a black hacker and a member of nambla, I feel offended by your post.

Name: Anonymous 2013-01-21 15:42

>>84
You must be new here.
LEEEL E/G/IN etc.

Name: Anonymous 2013-01-21 15:44

>>88
Not only are you a nigger and a pedo, but you are a faggot too. Stay away from our white children, nigger.

Name: Anonymous 2013-01-21 17:04

>>90
YHBT.

Name: Anonymous 2013-01-21 20:29

>>91

LELELELELELLLELLLLELELELEL U HABEENTROLD LELELELL

Don't change these.
Name: Email:
Entire Thread Thread List