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$/
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
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//
> > 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
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
> 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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo