Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Perl: the Markov chain saw
 
PerlMonks  

Re: How long have you been using Perl?

by stefp (Vicar)
on May 18, 2004 at 08:31 UTC ( [id://354239]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to How long have you been using Perl?

I use perl since at least 1989 if I judge by some of my advocacy postings. But I can't find perl code written by me before 1991 when I did post to soc.culture.french a script that listed all the words including all the vowels from a French dictionnary. It deals with diacritic characters:
perl -e 'while(<>) {
   if(m/y/&&m/u/&&m/o/&&m/i/&&m/a/&&m/e/){ s/'\''`//;push(@a,$_);}
}
print sort{length($a)<=>length($b)||$a cmp $b;}@a'
 
It was posted as a one liner but I broke it in many lines because I hate code that obliges you to horizontally scroll a page. Today, I would use modifiers and drop parenthesis here and there but would not write it very differently.

-- stefp

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://354239]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.