Help for this page

Select Code to Download


  1. or download this
    >> text
    >>> text
    
  2. or download this
    >> text
    PYTHON_PROMPT text
    
  3. or download this
    foreach (split("==========\n", <<'__EOI__'))
    >>> i = q
    ...
    YES
    >>> i = q      <--- FAILS!!
    __EOI__
    
  4. or download this
    {
       s/
    ...
       print;
       print("==========\n");
    }
    
  5. or download this
    foreach (split("==========\n", <<'__EOI__'))
    >>> i = q
    ...
    YES
    >>> i = q
    __EOI__
    
  6. or download this
    {
       foreach ($_) {
    ...
       print;
       print("==========\n");
    }