Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: TMTOWTDI the new year!

by wog (Curate)
on Dec 23, 2001 at 09:03 UTC ( [id://134020]=note: print w/replies, xml ) Need Help??


in reply to TMTOWTDI the new year!

Golf:

# ASCII specific print"SQQS"^"aaaa" #23456789012345678 # 1

update: If we don't care about strict we can do:

print+SQQS^aaaa #23456789012345 # 1

Not golfing:

use LWP::Simple; print get("http://perlmonks.org/?node=TMTOWTDI+the+new+year!") =~ /printing "(\d+)"/; # or print y/a// for qw(aa bb bb aa); # or

update: Oops. I didn't type kill in here orginally:

print kill($$-$$,@$_) for [$$,$$], [], [], [$$,$$]; # or use Fcntl qw(:seek); print SEEK_END, SEEK_SET, SEEK_SET, SEEK_END; # or $_ = "weirdness"; print y ueuu, y fuff, y sfss, y esee;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-20 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found