Re: echo to stderr

From: Jim McDonald (jmcdon23_at_CSC.COM.AU)
Date: 08/20/03

  • Next message: Ian D. Bjorhovde: "Re: echo to stderr"
    Date:         Wed, 20 Aug 2003 10:26:15 +1000
    To: aix-l@Princeton.EDU
    
    

    Hi

    The two perl methods are fundamentally different
    - one is arguments only. The other
    - requires stdin from a pipe or entered directly into the script process
    i.e. run the perl
      script, type whatever on a line and it writes it to stderr.
    Couldn't find a problem with spaces.

    Yes it would it be more efficient to do it in C as its
    the closest thing to assembler that is human readable and portable.

    But I tend to avoid C code as it is not part of most
    admins job descriptions and maintenance becomes problematic.

    Regards
    Jim McDonald
    ----------------------------------------------------------------------------------------

    This is a PRIVATE message. If you are not the intended recipient, please
    delete without copying and kindly advise us by e-mail of the mistake in
    delivery. NOTE: Regardless of content, this e-mail shall not operate to
    bind CSC to any order or other contract unless pursuant to explicit written
    agreement or government initiative expressly permitting the use of e-mail
    for such purpose.
    ----------------------------------------------------------------------------------------


  • Next message: Ian D. Bjorhovde: "Re: echo to stderr"