Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: xNN

by damian1301 (Curate)
on Jul 06, 2001 at 05:04 UTC ( [id://94358]=note: print w/replies, xml ) Need Help??


in reply to xNN

Just a minor nitpick.

Instead of my%i = map {$_ => param($_)} param; you could use the CGI.pm prepared function Vars

my %i = Vars;

Of course this would require some changing of your call to CGI.pm:

use CGI qw/param Vars header url/;

Credit of this reply goes to all those folks at node_id #94303

$_.=($=+(6<<1));print(chr(my$a=$_));$^H=$_+$_;$_=$^H; print chr($_-39); # Easy but its ok.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-19 10:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found