Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    Oh looky here, a whatever this character is called \|
    |;
    
  2. or download this
    print <<'YayIAmDone';
    look at this text. lots of non-alphanumeric characters in this print s
    +tatement! 8)^404`76`5`65^%!^%^@éA¿º¿ªÑñç¦ and we don't even have to l
    +ook for anything to backslash! !$#!#!1~!````~!~!~21&$3(&6(*7_*(+|}|]{
    +]{]":':?,,?<
    ...
    YayIAmDone
    
    exit;