Help for this page

Select Code to Download


  1. or download this
    BEGIN{unshift(@INC,'/home/yourusername/public_html/cgi-bin')}
    use RC4;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $decrypted = RC4($key, $decoded);
    print "$decrypted\n";