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 patso

  1. patso

    Times from an EMail

    I'm working on a log parser in perl and am dumping all error information into a mysql database for clients.  Yet we would rather have the date/timestamp in the UNIX timestamp (seconds since 1,1 1970), does anyone know of a slick easy way to convert from the format of emailed backup logs?
  2. patso

    Stupid question

    I totally can't remember how you do command line arguments in perl, can anyone help?
  3. patso

    Perl Interpreter

    Does anyone out there know if there is a perl interpreter that runs on mac os?
  4. patso

    Problems with executing mv from perl

    I've been having this problem using move in perl where I have two scalar values, one for the file being move one for the destination, but it constantly comes back with an error saying that I didn't specify the first argument.&nbsp;&nbsp;Well here's the code snippet:<br>$i=0;<br>while($i &lt;=...
  5. patso

    Multidimensional Arrays

    I have a two dimensional array, the first dimension is just the number indexing the second array, the second dimension is an array of characters, is there a way to find the number of elements in the second part of the array?&nbsp;&nbsp;cuz $#array would just return the number of elements in the...

Part and Inventory Search

Back
Top