Atkinson, Robert <[EMAIL PROTECTED]> wrote:
> Any chance you can also give the code to create a DCL global 
> symbol with this info in, e.g. PDFPAGES == "34"?

IIRC, perl's system() function spawns on VMS, so the easiest
way probably is (untested!)

  $pages = $pdf->Pages;
  system("PDFPAGES == $pages");

I guess there also is the possibility to access the
LIB$SET_SYMBOL routine.

cu,
  Martin
-- 
                    | Martin Vorlaender    |    OpenVMS rules!
  Smiert Spamionem  | work: [EMAIL PROTECTED]
                    |   http://www.pdv-systeme.de/users/martinv/
                    | home: [EMAIL PROTECTED]

Reply via email to