Help for this page

Select Code to Download


  1. or download this
    $_= '.' . chr ord
    
  2. or download this
    $_= '.'.$_
    
  3. or download this
    ${_} = q...q,.,.qq,$=,^q.$..$=;
    print ord() . "," foreach(split//);
    
  4. or download this
    for(s//Just another perl hacker/) {
    
  5. or download this
    while ($_ ? $, : ($_ = '.' . "$=" ^ '$' . $=, $_ = '.' . chr(ord $_)))
    + {
        foreach $_ (s// Just another perl hacker/) {
    ...
            ();
        }
    }
    
  6. or download this
    $_=".\n";
    s//Just another perl hacker/;
    while (s/.//) {
      print;
    }