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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ANUK
  • Order by date
  1. ANUK

    AIX 4.3.1 to 5.1 upgrade

    There is a major gotcha in the way ksh works in 5.2 compared to 4.3.3 (and most other popular flavours of unix come to think of it). It comes down to variable substitution within brackets. On 4.3.3 the following returns as you would expect and displays "ok&quot...
  2. ANUK

    AIX 4.3 --> 5.2 Upgrade...any tips or gotchas to share?

    There is a major gotcha in the way ksh works in 5.2 compared to 4.3.3 (and most other popular flavours of unix come to think of it). It comes down to variable substitution within brackets. On 4.3.3 the following returns as you would expect and displays "ok&quot...
  3. ANUK

    Find Current Date with Perl

    You can use the Date::Format module: use Date::Format; $date1 = time2str("%m%d%Y", time); $date2 = time2str("$d-%b-%y", time); Robin

Part and Inventory Search

Back
Top