The Perl Journal Archive Back (and Online Too!) 74
mccormi writes "The Perl Journal is back. It's been rolled into Sys Admin Magazine as a quarterly supplement for the print publication. On the web side, the archive articles are all up now here. See articles from Vol 1 Issue 1 on regex by Tom Christiansen and cgi programming by Lincoln Stein" I'll take it any way I can get it. TPJ was one of just 5 publications I subscribe to (and 2 of them are comic books so I don't think that counts ;)
Re:Let me get this straight... (Score:1)
Off-topic for the overall subject area; however, as a responce to the initial post "Let me get this straight..." it was very on topic.
Can you moderators actually follow the thread before you submit your actions!
Re:Let me get this straight... (Score:1)
Re:Yay. (Score:1)
while(<FOOD>){
chomp;
}
--donabal
I'm Obfuscated! (Score:3, Interesting)
@P=split//,".URRUU\c8R";@d=split//,"\nrekcah xinU / lreP rehtona tsuJ";sub p{
@p{"r$p","u$p"}=(P,P);pipe"r$p","u$p";++$p;($q*
($p{$_})&6];$p{$_}=/ ^$P/ix?$P:close$_}keys%p}p;p;p;p;p;map{$p{$_}=~/^
close$_}%p;wait until$?;map{/^r/&&}%p;$_=$d[$q];sleep rand(2)if/\S/;print
Explanation [plover.com]
Re:I'm Obfuscated! (Score:1)
Re:I'm Obfuscated! (Score:1)
Re:I'm Obfuscated! (Score:2)
Good Thing Better (Score:1)
$ cat perljournal >> sysadminmag
$ more sysadminmag
As far as I can see, it just wraps two excellent information sources into one big bundle of joy. Both are excellent (and somewhat related depending on how much of a PERL purist you are) magaizines for their genres.
Re:Good Thing Better (Score:1)
Now, see if you can think about what I just typed before you reply or moderate. Hint, there's 3 puns and 2 (fairly obvious) "hidden messages" and 2 bonus hidden messages you'll get if you think about it in the context of one of the less obvious puns.
Re:Good Thing Better (Score:2)
Re:Good Thing Better (Score:2)
It's not an acronym. Check the FAQ. [perldoc.com]
Re:Good Thing Better (Score:1)
http://www.perldoc.com/perl5.6.1/pod/perl.html
NAME
perl - Practical Extraction and Report Language
...
Who to believe, now thats a question...
Re:Good Thing Better (Score:2)
Re:Good Thing Better (Score:2)
Re:Good Thing Better (Score:1)
rather thin though (Score:2)
I hope this is not indicative of the size of future issues.
Sysadmin is boring (Score:2, Informative)
That's funny, because I actually was going not to prolong my subscription to Sysadmin: I subscribed to it a year ago and am disappointed how boring it is. No good shell scripts, no information about my favorite operating system [openbsd.org], lots of annoying commercials. Only Merlin's articles were good. They should look at some german magazines and learn how to do an interesting and enthusiastic Unix-publication. I mean Linux Magazine [linuxmagazine.de] and iX [www.ix.de].
But now since the excellent TPJ is back, I'll extend my subscription of course :-) Great news
Re:Sysadmin is boring (Score:1)
Your link is broken: it is Linux Magazin [linuxmagazin.de] (without the -e). Understandable, as they also publish an english version.
And yes, that magazine rocks.
MartOBSD in samag (Score:2)
Read OBSDJ [deadly.org] or the cvs-commits if OpenBSD is all you care about. Personally, I've found several of the articles (eg. on Snort and Cisco ACLs) quite useful, and the high-availability jury-rigging tips are invaluable.
The Perl Journal had gone downhill quite a bit (IMHO) as of last issue. I hope it will return to its former glory, but I'm not holding my breath.
Re:OBSD in samag (Score:1)
since long time, thank you pal. I haven't seen
a worthwile BSD-article in Samag since long time.
WOuld you care to list the 3 articles?
Refunds for old subscribers? (Score:2, Insightful)
It amounts to a small dollar value but it's the principle of the thing. Potential new 'n' improved TPJ subscribers might want to think about the way old (loyal?) subscribers were treated.
Re:Refunds for old subscribers? (Score:3, Informative)
In my opinion, continuing the subscriptions where they left off treats us old TPJ subscribers better than any other magazine in my experience. I know I'm happy, and plan to renew my subscription well in advance of it expiring.
Re:Refunds for old subscribers? (Score:1)
http://www.samag.com/service/#other [samag.com]
appears to be the place to request missing issues. Hope it works.
Perl, TPJ and me (Score:2)
I just bought SysAdmin the other day (despite my being an NT Sys Admin which isn't exactly the same thing as being a Sys Admin -- it's like Sys Admin Lite) to get my sweaty hands on TPJ. It was kinda thin. What 30 (?) pages? Seems kinda chinsy. And I have this SysAdmin Magazine which near as I can tell (I do use Linux and OSX for fun) kinda blows.
Someone needs to make TPJ its own mag again.
I don't like their online order form (Score:1)
Why not a regular transducer? Why still regular? (Score:1)
Also, does anybody know why Perl doesn't implement a full regular transducer? It seems like that what they are having to hack at in the regex article. The full transducer can then pull at the already derived theory. I don't know what the theoretical power of the Perl's replace facility is, not being a big Perl person, but I imagine that the transducer would be more expressive and at least have well defined semantics.
By the way, can anybody explain how Perl's matching expression are implemented? I tried looking at the code, but was quickly lost (At my last job, I even implemented a full transducer, too).
-j