Start printing at the end of the previous line in Perl

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Start printing at the end of the previous line in Perl

    Does anyone know who to tab to then end of the previous line in Perl?
    apple, banana and orange would start on the next line where the "s" in
    fruits ends.

    Example, Output to the screen would look like this..


    fruits
    apple
    banana
    orange

    weberw@adelphia.net Guest

  2. Similar Questions and Discussions

    1. Forced line break changes previous line endings
      Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line...
    2. control panel ( previous, start ( play ), stop, next ) for this flash photo gallery?
      Hey everyone. Does anyone know how to add a control panel ( previous, start ( play ), stop, next ) for this flash photo gallery? Here are...
    3. Help? - control panel ( previous, start ( play ), stop, next ) for flash photo gallery?
      Help?? Do you know how to add a control panel ( previous, start ( play ), stop, next ) for flash photo gallery? Basically it's just three...
    4. printing out the values of variables in a previous stack frame using perl debugger
      Is there any way when using the perl debugger to print out the values of variables in a previous stack frame. This is a standard feature of...
    5. How can I make a form not start at the next line?
      embed the contents in a table perhaps? Either way, it's an HTML/Browser issue, not ASP. --...
  3. #2

    Default Re: Start printing at the end of the previous line in Perl

    "weberw@adelphia.net" <weberw@adelphia.net> writes:
    > Does anyone know who to tab to then end of the previous line in Perl?
    This has nothing to do with Perl modules, and has already been answered in
    c.l.p.misc. Please don't multi-post.

    sherm--

    --
    Web Hosting by West Virginians, for West Virginians: [url]http://wv-www.net[/url]
    Cocoa programming in Perl: [url]http://camelbones.sourceforge.net[/url]
    Sherm Pendley Guest

  4. #3

    Default Re: Start printing at the end of the previous line in Perl

    Sherm Pendley schreef:
    > weberw:
    >> Does anyone know who to tab to then end of the previous line in Perl?
    >
    > This has nothing to do with Perl modules, and has already been
    > answered in c.l.p.misc. Please don't multi-post.
    This person just keeps on doing that with every thread it starts, no
    matter how often you tell it not to. Please ignore such posters.

    --
    Affijn, Ruud

    "Gewoon is een tijger."


    Dr.Ruud Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139