Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Repurposing reverse

by ikegami (Patriarch)
on Jan 31, 2011 at 08:56 UTC ( [id://885215]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $x = "abcd";                 # String? yes. Text?
    my $host = inet_ntoa($x);       # No, "packed" IP address
    
  2. or download this
    my $x = "abcd";                 # String? yes. Text?
    print("The password is $x\n");  # Yes.
    
  3. or download this
    chr(0x65).chr(0x301)
    
  4. or download this
    chr(0x65).chr(0x301)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found