Re: eval command line

2002-03-24 Thread Randal L. Schwartz
> "Bob" == Bob Ackerman <[EMAIL PROTECTED]> writes: Bob> i get error when trying this line. macosx. perl 5.6.1. Bob> perl -e"for (55..75) { print chr($_) }" Bob> it says: Bob> Unmatched ". Bob> problem with '$_'. shell must be looking at it and messing it up. Bob> how do i get the '$' thro

Re: eval command line

2002-03-23 Thread John W. Krahn
Bob Ackerman wrote: > > i get error when trying this line. macosx. perl 5.6.1. > > perl -e"for (55..75) { print chr($_) }" > > it says: > Unmatched ". > > problem with '$_'. shell must be looking at it and messing it up. > how do i get the '$' through tcsh shell? Since $_ is the default argu