OnSearch::Base64 - Base64 encoding and decoding library.


onsearch documentation  | view source Contained in the onsearch distribution.

Index


NAME

Top

OnSearch::Base64 - Base64 encoding and decoding library.

SYNOPSIS

Top

  use OnSearch::Base64;
  my $base64_str = encode_base64 ($str);
  my $str = decode_base64 ($str);

DESCRIPTION

Top

OnSearch::Base64 provides Base64 encoding and decoding functions.

EXPORT

Top

encode_base64 (str)

Encode a string using Base 64 encoding. ======= OnSearch::Base64 provides Base64 encoding and decoding functions.

EXPORT

Top

encode_base64 (str)

Encode a string using Base 64 encoding.

decode_base64 (base64_str)

Decode a Base 64 string.

VERSION AND COPYRIGHT

Top

VERSION AND COPYRIGHT

Top

SEE ALSO

Top

OnSearch(3)


onsearch documentation  | view source Contained in the onsearch distribution.