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 Chriss Miller 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 horlage

  1. horlage

    multiplying array by constant

    thanks
  2. horlage

    multiplying array by constant

    How do I multiply an array by a constant in Perl? I didn't turn up anything with a cursory Google search. Here's what I want (pseudo-code): @array = (1, 4); print 3 * @array; output: (3, 12) Thanks a lot.

Part and Inventory Search

Back
Top