Re: JAPH program of my own

2008-12-31 Thread Chas. Owens
On Thu, Jan 1, 2009 at 02:41, John W. Krahn wrote: snip >> +${+uc}=+$_ for+split+//,+"JustanotherPerlhacker";print >> +qq+$J$U$S$T$"$A$N$O$T$H$E$R$"$P$E$R$L$"$H$A$C$K$E$R$/+ > > Or: > > ${+uc}=$_ for+split+qr++,q+JustanotherPerlhacker+;print > +qq+$J$U$S$T$"$A$N$O$T$H$E$R$"$P$E$R$L$"$H$A$C$K$E$R$/

Re: JAPH program of my own

2008-12-31 Thread John W. Krahn
Chas. Owens wrote: On Thu, Jan 1, 2009 at 01:54, John W. Krahn wrote: snip eval q.$..(uc).qq.='$_'.for split//, "JustanotherPerlhacker"; print qq'$J$U$S$T$"$A$N$O$T$H$E$R$"$P$E$R$L$"$H$A$C$K$E$R$/'; If you don't have warnings and strict enabled you could just do this: $ perl -e' ${uc;}=$_ for

Re: JAPH program of my own

2008-12-31 Thread Chas. Owens
On Thu, Jan 1, 2009 at 01:54, John W. Krahn wrote: snip >> eval q.$..(uc).qq.='$_'.for split//, "JustanotherPerlhacker"; >> print qq'$J$U$S$T$"$A$N$O$T$H$E$R$"$P$E$R$L$"$H$A$C$K$E$R$/'; > > If you don't have warnings and strict enabled you could just do this: > > $ perl -e' > ${uc;}=$_ for split//

Re: JAPH program of my own

2008-12-31 Thread John Refior
> > Nifty. One of the goals of a JAPH is to demonstrate one or more of > > Perl's advantages/quirks. > > Fun. New concept for me. Here's a less interesting one I wrote after > reading your emails: > > sub japh { $_ = shift; print $1 while /(.)/gs; } print $/ unless > &japh("Just another Perl hac

Re: JAPH program of my own

2008-12-31 Thread John W. Krahn
Chas. Owens wrote: On Wed, Dec 31, 2008 at 21:40, Steven Rodriguez wrote: Well, as a beginner with per I have been fascinated with the "Just another perl hacker" program or signature. So, I decided to make my own. Granted, I am just a beginner so my version is fairly simple. All I did was make

Re: JAPH program of my own

2008-12-31 Thread John Refior
> Nifty. One of the goals of a JAPH is to demonstrate one or more of > Perl's advantages/quirks. Fun. New concept for me. Here's a less interesting one I wrote after reading your emails: sub japh { $_ = shift; print $1 while /(.)/gs; } print $/ unless &japh("Just another Perl hacker,"); Rega

Re: JAPH program of my own

2008-12-31 Thread Chas. Owens
On Thu, Jan 1, 2009 at 00:12, Mr. Shawn H. Corey wrote: > On Wed, 2008-12-31 at 22:33 -0500, Chas. Owens wrote: >> eval q.$..(uc).qq.='$_'.for split//, "JustanotherPerlhacker"; >> print qq'$J$U$S$T$"$A$N$O$T$H$E$R$"$P$E$R$L$"$H$A$C$K$E$R$/'; >> > > qq'...' > > That's just sick! snip Yes, it is, a

Re: JAPH program of my own

2008-12-31 Thread Mr. Shawn H. Corey
On Wed, 2008-12-31 at 22:33 -0500, Chas. Owens wrote: > eval q.$..(uc).qq.='$_'.for split//, "JustanotherPerlhacker"; > print qq'$J$U$S$T$"$A$N$O$T$H$E$R$"$P$E$R$L$"$H$A$C$K$E$R$/'; > qq'...' That's just sick! -- Just my 0.0002 million dollars worth, Shawn Believe in the Gods but row a

Re: JAPH program of my own

2008-12-31 Thread Chas. Owens
On Wed, Dec 31, 2008 at 21:40, Steven Rodriguez wrote: > Well, as a beginner with per I have been fascinated with the "Just another > perl hacker" program or signature. So, I decided to make my own. Granted, I > am just a beginner so my version is fairly simple. All I did was make each > letter of

JAPH program of my own

2008-12-31 Thread Steven Rodriguez
Well, as a beginner with per I have been fascinated with the "Just another perl hacker" program or signature. So, I decided to make my own. Granted, I am just a beginner so my version is fairly simple. All I did was make each letter of the phrase and independent variable. Still, it is fun t

Re: javascript question

2008-12-31 Thread Eric Krause
Chas. Owens wrote: On Tue, Dec 30, 2008 at 18:50, bft wrote: Hi all, I am trying to interface with a work timesite server, and the site uses javascript. I am first presented with a login page (username, password) and then my current weeks timecard after successful login. My question is do y

Re: javascript question

2008-12-31 Thread Chas. Owens
On Tue, Dec 30, 2008 at 18:50, bft wrote: > Hi all, > I am trying to interface with a work timesite server, and the site uses > javascript. I am first presented with a login page (username, password) and > then my current weeks timecard after successful login. > > My question is do you think I sho

javascript question

2008-12-31 Thread bft
Hi all, I am trying to interface with a work timesite server, and the site uses javascript. I am first presented with a login page (username, password) and then my current weeks timecard after successful login. My question is do you think I should try to brute force through the page using mec

Fwd: Thread managment in Perl

2008-12-31 Thread perl pra
Hi All, I dont see error if i run the same script on Linux. But it still firing 100 requests in 6 seconds insted of 1 second. Any pointers on this? Thanks, PP On 12/30/08, zentara wrote: > > On Tue, 30 Dec 2008 14:47:08 +0530, perl...@gmail.com ("perl pra") > wrote: > > >Hi All, > > > >I am

Re: Thread managment in Perl

2008-12-31 Thread perl pra
Hi All, I dont see error if i run the same script on Linux. But it still firing 100 requests in 6 seconds insted of 1 second. Any pointers on this? Thanks, PP On 12/30/08, zentara wrote: > > On Tue, 30 Dec 2008 14:47:08 +0530, perl...@gmail.com ("perl pra") > wrote: > > >Hi All, > > > >I am t