Help for this page

Select Code to Download


  1. or download this
    sub obscure {
            my ( $self, $s ) = @_;
    ...
    
            return join '&', @temp;
    }
    
  2. or download this
    sub obscure {
            my ( $self, $s ) = @_;
    ...
                    }
                    split /&/, $s;
    }