Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: shell - pgp - convert to perl
by andreas1234567 (Vicar) on Sep 27, 2007 at 07:33 UTC
    Hi sago,

    This looks like a duplicate of Convert shell to perl, yes even the PGP keys are identical. That node was fairly well answered too. Are you dissatisfied with the responses you got?

    --
    Andreas
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: shell - pgp - convert to perl
by jeanluca (Deacon) on Sep 27, 2007 at 07:12 UTC
    #! /usr/bin/perl `( sudo pgp -e test_file.dat 0x57A59396 >& /dev/null ) >& /dev/null` ; `sudo chown sgov test_file.dat.pgp` ; `sudo chgrp users test_file.dat.pgp` ;
    Note that the path to perl might be different for you

    LuCa
A reply falls below the community's threshold of quality. You may see it by logging in.