Help for this page

Select Code to Download


  1. or download this
        unlink "alpha", "beta", "gamma"
                or gripe(), next LINE;
    
  2. or download this
        unlink("alpha", "beta", "gamma")
                || (gripe(), next LINE);
    
  3. or download this
    unlink "alpha", "beta", "gamma" || gripe();
    
  4. or download this
    local $_ = "0A72656B636148206C72655020726568746F6E41207473754A";
    while(s/..$//) { print chr(hex($&)) }