http://qs321.pair.com?node_id=803962


in reply to Re: Using modular numbers with Math::Pari
in thread Using modular numbers with Math::Pari

Thanks!

perl -MMath::Pari=PARI,Mod,lift -wle 'print lift(PARI(1)/Mod(3,17))' 6

Perfect - not sure I'd ever have found that searching the docs myself.

Hugo