Changeset 41


Ignore:
Timestamp:
Jul 9, 2007, 9:13:04 PM (17 years ago)
Author:
simon
Message:
  • I like to use my both first name and surname, but really anything can go in the variable. Try “GOAT” if you must but don’t blame me if the recipient isn’t 1337 enough to understand.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keysigning/gpg-challenge.pl

    r40 r41  
    2323my $myKeyID="0123456789ABCDEF";
    2424my $myEmailAddress="Full Name <name\@example.com>";
    25 my $myFirstName="Firstname";
     25my $myName="Full Name";
    2626my $policyURL="http://www.example.com/gpg/policy";
    2727my $occasion="something";
     
    119119
    120120Regards,
    121 $myFirstName
     121$myName
    122122EOF
    123123
Note: See TracChangeset for help on using the changeset viewer.