Date: Thu, 06 Sep 2001 18:21:37 GMT From: tadmc@augustmail.com (Tad McClellan) Subject: Re: Genericly printing the arguments to s afunction? Message-Id: Stan Brown wrote: >In Michael Budash writes: > >>In article <9n87g3$ao8$1@panix1.panix.com>, stanb@panix.com (Stan >>Brown) wrote: > >>> I was wondering if there is a generic way >>> to print the values of the argumnets to a given function? >>uh, print "@_" ?? or did i miss something?? > >Well, I was looking for somthieng that would generate output liek: > >Arg1 ->1<-, Arg2 ->xyz<- .... print join ', ', map { "Arg$_ ->$_[$_]<-" } 0 .. $#_; -- Tad McClellan SGML consulting tadmc@augustmail.com Perl programming Fort Worth, Texas