Help for this page

Select Code to Download


  1. or download this
    $_ = "Hello there, people!";
    @output = ();
    ...
      die "how did I get here?";
    }
    print map "$_\n", @output;
    
  2. or download this
    $_ = "Hello there, people!";
    @output = ();
    ...
      die "how did I get here?";
    }
    print map "$_\n", @output;