Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: A first attempt

by jdalbec (Deacon)
on Jun 18, 2006 at 15:16 UTC ( [id://556096]=note: print w/replies, xml ) Need Help??


in reply to A first attempt

I think you mean:
$a=116.110.101;$b=112.114.101;$c=115.108.97;$d=116.097.102;$g=32.00.00 +;reverse($a);reverse($b);reverse($c);reverse($d);$e=$a.$b.$c.$d;$e=re +verse($e);print$e.$g;@z=split(//,$e);$f=119.121.111.117;@n=split(//,$ +f);print$z[8].$n[0].$z[10].$z[5].$g.$n[1].$n[2].$n[3]."\n"; print"A P +D work.\n";
(I added the missing square brackets and a missing dollar sign.)

Replies are listed 'Best First'.
Re^2: A first attempt
by fatalserpent (Initiate) on Jun 19, 2006 at 03:54 UTC
    That's weird... I know the code executed when I wrote it...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://556096]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found