In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Steve Hemond) writes:
>Hi again,
>As you can see, I wasn't able to build the string like this :
>printf FILE "\e%-12345X @PJL JOB NAME = $ARGV[1] \n";
>
>Because between double quotes the @ of @PJL will be interpolated, which
>I don't want.

Just backslash it:

printf FILE "\e%-12345X [EMAIL PROTECTED] JOB NAME = $ARGV[1] \n";

-- 
Peter Scott
http://www.perldebugged.com/
*** NEW *** http://www.perlmedic.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to