Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wysiwyg

  1. wysiwyg

    Do I have to expect problem passing from perl 5.2.3 to perl 5.3.3 ?

    Hi I would like to know if I will need re-compile my code in perl (actually using version 5.5.2 )when I will migrate from AIX 4.2.1 to AIX 4.3.3 . I know that the following filesets are shipped automatically with AIX 4.3.3 <perl.rte 5.5.3> and <perl.man.en.US>. My version of perl will...
  2. wysiwyg

    control caracters passed in parameter

    I can't put the caracter \ before the $ sign .Because I receive the&nbsp;&nbsp;list who contain it from a rex .The rex script call my perl script and gives him parameters which contain $,@ and # caracters.From the moment I received the list perl sees them as variable
  3. wysiwyg

    control caracters passed in parameter

    Hi<br>I'm new to perl and what I want to do is this:<br>I'm receiving a string which contain control caracters ex: $<br>Perl is interpreting them as a variable <br>ex : 02,$VER,DO<br>what I receive in perl is :02,,DO<br>what I expect to receive : 02,$VER,DO<br>tks in advance<br>Annie
  4. wysiwyg

    How can I put the result of &lt;STDOUT&gt; in a variable

    Hi I'm new to perl and I like to know how to put the result of the command STDOUT in a variable.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><br>My needs are <br>1)to capture the output at the screen<br>2)To put the output in a variable<br><br>here's a sample of my code:<br><br>`xcom62 -cf
  5. wysiwyg

    how to split the content of a directory

    I'm new to perl and I have a simple question . <br>How do I split he content of a directory<br><br>here is the content of the directory:<br><br>mai 11 10:25 .<br>oct 10 1997&nbsp;&nbsp;..<br>mai 05 05:57 index<br>mai 11 11:36 test.pl<br><br>I want each line to be an element of an array<br>and...
  6. wysiwyg

    How to add text to a file

    hello,<br><br>I am just new to perl and would apreciate an answer to a simple question.<br>How do I add text to a file<br><br>for exemple :<br>1) I check the status <br>2) The status is

Part and Inventory Search

Back
Top