Help for this page

Select Code to Download


  1. or download this
    use Encode;  # add this if you don't have it already
    
    ...
          #If User Selection doesn't match one of the passages then its a 
    +Fraud!
       {
          ...
    
  2. or download this
    if ( param('select')) {
        use bytes;
    ...
          #If User Selection doesn't match one of the passages then its a 
    +Fraud!
       {
          ...