Yeah i think that's what i'll do. It was for the DISPLAY variable

Some of the processes in my generated script(s) bring up this pointless little splash screen

Is there anyway to suppress this kind of stuff?

Also, i've had to change my approach somewhat. The generated script was a list of bsub (lsf) commands. But i've been trying to get pre and post processing working with each bsub command and it seems i can't use the -E and -Ep bsub options, they've been disabled by the admin. So i've resorted to generating a separate shell script for each bsub command.

So i now have about a hundred seperate shell scripts i need to run over ssh! How do i do that with the method discussed?

Thanks for all your time and replies. Its very much appreciated!


In reply to Re^6: Advice on running perl program over ssh by Amblikai
in thread Advice on running perl program over ssh by Amblikai

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.