Perl question
Steven Waters
swaters at abiederman.com
Thu Jun 17 13:50:12 PDT 2004
So I am assuming that, #/usr/bin perl -T is ignored.
but, #!/usr/bin/perl -T is not?
--[snip]--
>>I am assuming that the first line in this
>>perl script is ignored with the #.
>>Is this true?
>
> No it's not ignored, and it's also incorrectly formatted. Try the
following:
>
> #!/usr/bin/perl -T
> $ENV{'TERM'} = 'ansi';
> my $fpstatus = system("/appl/fp/rreport File -f report -a -pn printer1");
>
> mark->
More information about the Filepro-list
mailing list